consistently put {qt,qml}_{module,plugin} at the end of project files
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I8e1554b648327ea2fb342b882ce8e439bd6f271d Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
TARGET = qtmedia_audioengine
|
||||
QT += multimedia-private
|
||||
|
||||
PLUGIN_TYPE=mediaservice
|
||||
PLUGIN_CLASS_NAME = AudioCaptureServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
HEADERS += audioencodercontrol.h \
|
||||
audiocontainercontrol.h \
|
||||
audiomediarecordercontrol.h \
|
||||
@@ -25,3 +21,7 @@ SOURCES += audioencodercontrol.cpp \
|
||||
|
||||
OTHER_FILES += \
|
||||
audiocapture.json
|
||||
|
||||
PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AudioCaptureServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
Reference in New Issue
Block a user