author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Mon, 19 Apr 2010 10:15:19 +0300 | |
branch | RCL_3 |
changeset 9 | b5b118452c7d |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
QT += phonon |
2 |
||
3 |
HEADERS += mainwindow.h |
|
4 |
SOURCES += main.cpp \ |
|
5 |
mainwindow.cpp |
|
6 |
||
7 |
# install |
|
8 |
target.path = $$[QT_INSTALL_EXAMPLES]/phonon/qmusicplayer |
|
9 |
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png images |
|
10 |
sources.path = $$[QT_INSTALL_EXAMPLES]/phonon/qmusicplayer |
|
11 |
INSTALLS += target sources |
|
12 |
||
13 |
wince*{ |
|
14 |
DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout |
|
15 |
} |
|
16 |
||
17 |
symbian:TARGET.UID3 = 0xA000CF6A |