summaryrefslogtreecommitdiffstats
path: root/demos/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'demos/multimedia')
-rw-r--r--demos/multimedia/player/player.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/multimedia/player/player.pro b/demos/multimedia/player/player.pro
index fb93416..0b868bd 100644
--- a/demos/multimedia/player/player.pro
+++ b/demos/multimedia/player/player.pro
@@ -3,7 +3,6 @@ TARGET = player
QT += gui mediaservices
-
HEADERS = \
player.h \
playercontrols.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
+}