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.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/multimedia/player/player.pro b/demos/multimedia/player/player.pro
index 929f3cd..0b868bd 100644
--- a/demos/multimedia/player/player.pro
+++ b/demos/multimedia/player/player.pro
@@ -1,5 +1,7 @@
+TEMPLATE = app
+TARGET = player
-QT += multimedia
+QT += gui mediaservices
HEADERS = \
player.h \
@@ -15,9 +17,8 @@ SOURCES = \
videowidget.cpp
target.path = $$[QT_INSTALL_DEMOS]/multimedia/player
-
-sources.files = $$SOURCES $$HEADERS
-sources.path = $$[QT_INSTALL_DEMOS]/multimedia/player player.pro
+sources.files = $$SOURCES $$HEADERS *.pro
+sources.path = $$[QT_INSTALL_DEMOS]/multimedia/player
INSTALLS += target sources