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:
@@ -7,8 +7,6 @@ qtHaveModule(opengl):!contains(QT_CONFIG, opengles1) {
|
||||
DEFINES += QT_NO_OPENGL
|
||||
}
|
||||
|
||||
load(qt_module)
|
||||
|
||||
PRIVATE_HEADERS += \
|
||||
qvideowidget_p.h \
|
||||
qpaintervideosurface_p.h \
|
||||
@@ -44,3 +42,5 @@ maemo6 {
|
||||
}
|
||||
|
||||
HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS
|
||||
|
||||
load(qt_module)
|
||||
|
||||
Reference in New Issue
Block a user