summaryrefslogtreecommitdiffstats
path: root/demos/multimedia/player/player.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/multimedia/player/player.pro')
-rw-r--r--demos/multimedia/player/player.pro12
1 files changed, 9 insertions, 3 deletions
diff --git a/demos/multimedia/player/player.pro b/demos/multimedia/player/player.pro
index dc731e4..0b868bd 100644
--- a/demos/multimedia/player/player.pro
+++ b/demos/multimedia/player/player.pro
@@ -1,8 +1,7 @@
TEMPLATE = app
TARGET = player
-QT += gui multimedia
-
+QT += gui mediaservices
HEADERS = \
player.h \
@@ -18,5 +17,12 @@ SOURCES = \
videowidget.cpp
target.path = $$[QT_INSTALL_DEMOS]/multimedia/player
-INSTALLS += target
+sources.files = $$SOURCES $$HEADERS *.pro
+sources.path = $$[QT_INSTALL_DEMOS]/multimedia/player
+
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000E3FA
+}