source: trunk/demos/qmediaplayer/qmediaplayer.pro@ 561

Last change on this file since 561 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 942 bytes
Line 
1######################################################################
2# Automatically generated by qmake (2.01a) Thu Aug 23 18:02:14 2007
3######################################################################
4
5TEMPLATE = app
6DEPENDPATH += . build src ui
7
8QT += phonon
9
10FORMS += settings.ui
11RESOURCES += mediaplayer.qrc
12
13!win32:CONFIG += CONSOLE
14
15SOURCES += main.cpp mediaplayer.cpp
16HEADERS += mediaplayer.h
17
18target.path = $$[QT_INSTALL_DEMOS]/qmediaplayer
19sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.html *.doc images
20sources.path = $$[QT_INSTALL_DEMOS]/qmediaplayer
21INSTALLS += target sources
22
23wince*{
24DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
25}
26
27symbian {
28 TARGET.UID3 = 0xA000C613
29
30 addFiles.sources = ../embedded/desktopservices/data/sax.mp3
31 addFiles.path = /data/sounds/
32 DEPLOYMENT += addFiles
33
34 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
35
36 TARGET.CAPABILITY="NetworkServices"
37}
Note: See TracBrowser for help on using the repository browser.