Files
qtmultimedia/examples/audiorecorder/audiorecorder.pro
Michael Goddard eccb43d73c Remove a few more obsolete parts.
Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d
Reviewed-on: http://codereview.qt.nokia.com/1797
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
2011-07-19 03:06:23 +02:00

25 lines
460 B
Prolog

TEMPLATE = app
TARGET = audiorecorder
QT += multimediakit
HEADERS = \
audiorecorder.h
SOURCES = \
main.cpp \
audiorecorder.cpp
maemo*: {
FORMS += audiorecorder_small.ui
}else {
FORMS += audiorecorder.ui
}
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audiorecorder
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audiorecorder
INSTALLS += target sources