summaryrefslogtreecommitdiffstats
path: root/demos/qmediaplayer/qmediaplayer.pro
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-10-12 14:48:33 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-10-12 14:48:33 (GMT)
commitbc53cf1334738307110a661f19b6fbb9be9b72d6 (patch)
tree268f8a23eba6e491258d0189362e44deb3fdce6d /demos/qmediaplayer/qmediaplayer.pro
parent8da7252de0badb818302763cbe62c38ad699f1f3 (diff)
parent8df79a473e1a7e5c79b9b10827985bf3e9501002 (diff)
downloadQt-bc53cf1334738307110a661f19b6fbb9be9b72d6.zip
Qt-bc53cf1334738307110a661f19b6fbb9be9b72d6.tar.gz
Qt-bc53cf1334738307110a661f19b6fbb9be9b72d6.tar.bz2
Merge commit '8df79a473e1a7e5c79b9b10827985bf3e9501002' into 4.6
Diffstat (limited to 'demos/qmediaplayer/qmediaplayer.pro')
-rw-r--r--demos/qmediaplayer/qmediaplayer.pro35
1 files changed, 35 insertions, 0 deletions
diff --git a/demos/qmediaplayer/qmediaplayer.pro b/demos/qmediaplayer/qmediaplayer.pro
new file mode 100644
index 0000000..2f15c28
--- /dev/null
+++ b/demos/qmediaplayer/qmediaplayer.pro
@@ -0,0 +1,35 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Thu Aug 23 18:02:14 2007
+######################################################################
+
+TEMPLATE = app
+DEPENDPATH += . build src ui
+
+QT += phonon
+
+FORMS += settings.ui
+RESOURCES += mediaplayer.qrc
+
+!win32:CONFIG += CONSOLE
+
+SOURCES += main.cpp mediaplayer.cpp
+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
+INSTALLS += target sources
+
+wince*{
+DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
+}
+
+symbian {
+ TARGET.UID3 = 0xA000C613
+
+ addFiles.sources = ../embedded/desktopservices/data/sax.mp3
+ addFiles.path = /data/sounds/
+ DEPLOYMENT += addFiles
+
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+}