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:
@@ -4,10 +4,6 @@ CONFIG += no_keywords
|
||||
TARGET = qavfcamera
|
||||
QT += multimedia-private network
|
||||
|
||||
PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AVFServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
LIBS += -framework AudioToolbox \
|
||||
-framework CoreAudio \
|
||||
-framework QuartzCore \
|
||||
@@ -79,3 +75,7 @@ OBJECTIVE_SOURCES += avfcamerazoomcontrol.mm \
|
||||
avfmediarecordercontrol_ios.mm
|
||||
|
||||
}
|
||||
|
||||
PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AVFServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
@@ -7,10 +7,6 @@ CONFIG += no_keywords
|
||||
TARGET = qavfmediaplayer
|
||||
QT += multimedia-private network
|
||||
|
||||
PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AVFMediaPlayerServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
LIBS += -framework AVFoundation -framework CoreMedia
|
||||
|
||||
DEFINES += QMEDIA_AVF_MEDIAPLAYER
|
||||
@@ -74,3 +70,7 @@ ios {
|
||||
|
||||
OTHER_FILES += \
|
||||
avfmediaplayer.json
|
||||
|
||||
PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AVFMediaPlayerServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
Reference in New Issue
Block a user