source: trunk/examples/phonon/musicplayer/musicplayer.pro@ 531

Last change on this file since 531 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 386 bytes
Line 
1QT += phonon
2
3HEADERS += mainwindow.h
4SOURCES += main.cpp \
5 mainwindow.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/phonon/musicplayer
9sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png images
10sources.path = $$[QT_INSTALL_EXAMPLES]/phonon/musicplayer
11INSTALLS += target sources
12
13wince*{
14DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
15}
16
Note: See TracBrowser for help on using the repository browser.