Files
qtmultimedia/examples/audiorecorder/audiorecorder.pro
Mithra Pattison fdc197d614 Fix include path error in shadow build of audiorecorder example
Change-Id: Iafe726c4b84b728d084b3085bb13e5055e96bb8b
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
2012-07-16 07:18:02 +02:00

30 lines
533 B
Prolog

TEMPLATE = app
TARGET = audiorecorder
QT += multimedia
win32:INCLUDEPATH += $$PWD
HEADERS = \
audiorecorder.h \
qaudiolevel.h
SOURCES = \
main.cpp \
audiorecorder.cpp \
qaudiolevel.cpp
maemo*: {
FORMS += audiorecorder_small.ui
}else {
FORMS += audiorecorder.ui
}
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiorecorder
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiorecorder
INSTALLS += target sources
QT+=widgets