From 25b7ad303643ecc065f33d49120bc7b9fd618b8b Mon Sep 17 00:00:00 2001 From: Frans Englich Date: Wed, 21 Apr 2010 15:11:54 +0200 Subject: Assign UID3, install example files, remove redundant code. This demo still needs work on Symbian, related is QTBUG-10095. Reviewed-by: Jason Barron --- demos/multimedia/player/player.pro | 15 ++++++++++----- demos/qmediaplayer/qmediaplayer.pro | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/demos/multimedia/player/player.pro b/demos/multimedia/player/player.pro index dc731e4..922de1b 100644 --- a/demos/multimedia/player/player.pro +++ b/demos/multimedia/player/player.pro @@ -1,8 +1,5 @@ -TEMPLATE = app -TARGET = player - -QT += gui multimedia +QT += multimedia HEADERS = \ player.h \ @@ -18,5 +15,13 @@ SOURCES = \ videowidget.cpp target.path = $$[QT_INSTALL_DEMOS]/multimedia/player -INSTALLS += target + +sources.files = $$SOURCES $$HEADERS +sources.path = $$[QT_INSTALL_DEMOS]/multimedia/player + +INSTALLS += target sources + +symbian { + TARGET.UID3 = 0xA000E3FA +} diff --git a/demos/qmediaplayer/qmediaplayer.pro b/demos/qmediaplayer/qmediaplayer.pro index 9407a81..b9e58b4 100644 --- a/demos/qmediaplayer/qmediaplayer.pro +++ b/demos/qmediaplayer/qmediaplayer.pro @@ -17,7 +17,7 @@ HEADERS += mediaplayer.h target.path = $$[QT_INSTALL_DEMOS]/qmediaplayer sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.html *.doc images -sources.path = $$[QT_INSTALL_DEMOS]/qmediaplayer +sources.path = $$[QT_INSTALL_DEMOS]/qmediaplayer phonon.pro INSTALLS += target sources wince*{ -- cgit v0.12