blob: c843f010f604d9f43b8387f8c6c17a203e1b54f5 [file] [log] [blame]
TEMPLATE = app
TARGET = audiooutput
QT += multimedia widgets
HEADERS = audiooutput.h
SOURCES = audiooutput.cpp \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiooutput
INSTALLS += target