Fix regressions introduced in 3a5eb87965b60a3e249a16dc48cb06f4759dfb1b
[qt-netbsd.git] / examples / phonon / phonon.pro
blobaa6ac139e229756643b2065e4eb79fa024013df4
1 TEMPLATE = subdirs
2 CONFIG += ordered
3 SUBDIRS = qmusicplayer \
4 capabilities
6 # install
7 target.path = $$[QT_INSTALL_EXAMPLES]/phonon
8 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS phonon.pro README
9 sources.path = $$[QT_INSTALL_EXAMPLES]/phonon
10 INSTALLS += target sources
12 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)