- TARGET is unnecessary if it matches the project file's basename - CONFIG+=no_private_qt_headers_warning is added by qt_build_config.prf - load(qt_build_config) is done by .qmake.conf Change-Id: I3eb45a758dfee34be3c78fc13d996780741c95e9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
23 lines
451 B
Prolog
23 lines
451 B
Prolog
TARGET = qtmedia_qnx_audio
|
|
|
|
QT += multimedia-private
|
|
|
|
LIBS += -lasound
|
|
|
|
HEADERS += qnxaudioplugin.h \
|
|
qnxaudiodeviceinfo.h \
|
|
qnxaudioinput.h \
|
|
qnxaudiooutput.h \
|
|
qnxaudioutils.h
|
|
|
|
SOURCES += qnxaudioplugin.cpp \
|
|
qnxaudiodeviceinfo.cpp \
|
|
qnxaudioinput.cpp \
|
|
qnxaudiooutput.cpp \
|
|
qnxaudioutils.cpp
|
|
|
|
OTHER_FILES += qnx_audio.json
|
|
|
|
PLUGIN_TYPE = audio
|
|
load(qt_plugin)
|