summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiodevices/audiodevices.pro
blob: 1cb4679ebb38959dea3e79af2bf72cbe05257bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS       = audiodevices.h
SOURCES       = audiodevices.cpp \
                main.cpp
FORMS        += audiodevicesbase.ui

QT           += multimedia

# install
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodevices
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS audiodevices.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodevices
INSTALLS += target sources

symbian {
    TARGET.UID3 = 0xA000D7BE
    include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
}