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:
@@ -2,8 +2,6 @@ TARGET = QtMultimediaQuick_p
|
||||
QT = core quick multimedia-private
|
||||
CONFIG += internal_module
|
||||
|
||||
load(qt_module)
|
||||
|
||||
DEFINES += QT_BUILD_QTMM_QUICK_LIB
|
||||
|
||||
# Header files must go inside source directory of a module
|
||||
@@ -47,3 +45,5 @@ OTHER_FILES += \
|
||||
shaders/biplanaryuvvideo_swizzle.frag \
|
||||
shaders/triplanaryuvvideo.vert \
|
||||
shaders/triplanaryuvvideo.frag
|
||||
|
||||
load(qt_module)
|
||||
|
||||
Reference in New Issue
Block a user