source: trunk/examples/phonon/capabilities/capabilities.pro@ 563

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

trunk: Merged in qt 4.6.1 sources.

File size: 383 bytes
Line 
1QT += phonon
2
3HEADERS += window.h
4SOURCES += window.cpp \
5 main.cpp
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/phonon/capabilities
9sources.files = $$SOURCES $$HEADERS capabilities.pro
10sources.path = $$[QT_INSTALL_EXAMPLES]/phonon/capabilities
11INSTALLS += target sources
12
13wince*{
14DEPLOYMENT_PLUGIN += phonon_ds9 phonon_waveout
15}
16
17symbian:TARGET.UID3 = 0xA000CF69
Note: See TracBrowser for help on using the repository browser.