Change-Id: I248f811a13ca00ccbf5d342a556d389bca625856 Reviewed-on: http://codereview.qt-project.org/4940 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
18 lines
380 B
Prolog
18 lines
380 B
Prolog
TEMPLATE = app
|
|
TARGET = audioinput
|
|
|
|
QT += multimediakit
|
|
|
|
HEADERS = audioinput.h
|
|
|
|
SOURCES = audioinput.cpp \
|
|
main.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audioinput
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimediakit/audioinput
|
|
|
|
INSTALLS += target sources
|
|
|
|
QT+=widgets
|