Fixed up examples and demos
Changed the .pro files and moved some things around to ensure that the examples and demos for Qt Multimedia Kit compiles and can be checked by the CI system. Change-Id: I915dc38ca76a97f20949df715725659c603231e2 Reviewed-on: http://codereview.qt.nokia.com/1136 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
TEMPLATE = app
|
||||
TARGET = slideshow
|
||||
INCLUDEPATH+=../../src/multimedia
|
||||
include (../mobility_examples.pri)
|
||||
|
||||
CONFIG += mobility
|
||||
MOBILITY = multimedia
|
||||
QT += multimediakit
|
||||
|
||||
HEADERS = \
|
||||
slideshow.h
|
||||
@@ -17,3 +14,10 @@ symbian {
|
||||
TARGET.CAPABILITY = NetworkServices
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x3000000
|
||||
}
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/slideshow
|
||||
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user