source: trunk/examples/phonon/qmusicplayer/qmusicplayer.pro@ 1010

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

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 421 bytes
Line 
1QT += phonon
2
3HEADERS += mainwindow.h
4SOURCES += main.cpp \
5 mainwindow.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/phonon/qmusicplayer
9sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png images
10sources.path = $$[QT_INSTALL_EXAMPLES]/phonon/qmusicplayer
11INSTALLS += target sources
12
13wince*{
14DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
15}
16
17symbian:TARGET.UID3 = 0xA000CF6A
Note: See TracBrowser for help on using the repository browser.