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:
Jonas Rabbe
2011-07-05 14:18:51 +10:00
committed by Qt by Nokia
parent d13d75949f
commit 503f885785
14 changed files with 98 additions and 89 deletions

View File

@@ -1,13 +1,11 @@
TEMPLATE = app
TARGET = player
CONFIG += qt warn_on
QT += network \
xml
INCLUDEPATH += ../../src/multimedia ../../src/multimedia/audio
include(../demos.pri)
CONFIG += mobility
MOBILITY = multimedia
xml \
multimediakit \
HEADERS = \
player.h \
@@ -28,3 +26,10 @@ symbian {
LIBS += -lavkon -lcone -leikcore
TARGET.CAPABILITY = ReadUserData
}
#install
target.path = $$[QT_INSTALL_DEMOS]/qtmultimediakit/player
sources.files = $$SOURCES $HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_DEMOS]/qtmultimediakit/player
INSTALLS += target sources