Change-Id: I4481879366f136370f4bd549bb2ef2f8764cf821 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
18 lines
376 B
Prolog
18 lines
376 B
Prolog
TEMPLATE = app
|
|
TARGET = audiooutput
|
|
|
|
QT += multimedia
|
|
|
|
HEADERS = audiooutput.h
|
|
|
|
SOURCES = audiooutput.cpp \
|
|
main.cpp
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiooutput
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiooutput
|
|
|
|
INSTALLS += target sources
|
|
|
|
QT+=widgets
|