Commit 4fbcab4d authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

consistently put {qt,qml}_{module,plugin} at the end of project files


this fixes static builds by ensuring that all dependencies are exported.

this fixes no extant problems in this module.

Change-Id: I04f5fbd023b6c15de647c513386ddb05bb166142
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
Showing with 2 additions and 2 deletions
......@@ -7,8 +7,6 @@ win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
QMAKE_DOCS = $$PWD/doc/qtxmlpatterns.qdocconf
load(qt_module)
include($$PWD/common.pri)
include($$PWD/acceltree/acceltree.pri)
include($$PWD/api/api.pri)
......@@ -37,3 +35,5 @@ wince* {
QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/
}
}
load(qt_module)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment