There are a few legacy bits left in place so it passes CI, and then qt5.git etc can be updated. Change-Id: I6b082e50e6958c72fdabc2974992e16d90dafa3a Reviewed-on: http://codereview.qt-project.org/5368 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
20 lines
418 B
Prolog
20 lines
418 B
Prolog
TEMPLATE = app
|
|
TARGET = audiodevices
|
|
|
|
QT += multimedia
|
|
|
|
HEADERS = audiodevices.h
|
|
|
|
SOURCES = audiodevices.cpp \
|
|
main.cpp
|
|
|
|
FORMS += audiodevicesbase.ui
|
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiodevices
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtmultimedia/audiodevices
|
|
|
|
INSTALLS += target sources
|
|
|
|
QT+=widgets
|