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 @@ QT += multimedia-private
|
||||
CONFIG += no_private_qt_headers_warning link_pkgconfig
|
||||
PKGCONFIG += libresourceqt5
|
||||
|
||||
PLUGIN_TYPE = resourcepolicy
|
||||
PLUGIN_CLASS_NAME = ResourceQtPolicyPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
INCLUDEPATH += $$PWD \
|
||||
$${SOURCE_DIR}/src/multimedia
|
||||
|
||||
@@ -21,3 +17,6 @@ SOURCES += \
|
||||
$$PWD/resourcepolicyimpl.cpp \
|
||||
$$PWD/resourcepolicyint.cpp
|
||||
|
||||
PLUGIN_TYPE = resourcepolicy
|
||||
PLUGIN_CLASS_NAME = ResourceQtPolicyPlugin
|
||||
load(qt_plugin)
|
||||
|
||||
Reference in New Issue
Block a user