aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-06-22 10:01:04 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-06-22 08:08:05 +0000
commit14a20fb683b0473909e5e206ac82dc7a18d40060 (patch)
treed49c4cb856ad830a9deac31525195b2973cfae8c /src/qml/qml.pro
parent1ad60b1f5348e0003ee6277eae2002b424579f9e (diff)
Remove the old compiler pipeline
Don't compile the JIT and related code into libQtQml anymore. Change-Id: Ieb0ec33c964d09b121ede4097fe4218b147c673d Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index be3956bb61..66f0b59226 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -44,7 +44,6 @@ include(memory/memory.pri)
include(parser/parser.pri)
include(compiler/compiler.pri)
include(jsapi/jsapi.pri)
-include(jit/jit.pri)
include(jsruntime/jsruntime.pri)
include(qml/qml.pri)
include(debugger/debugger.pri)
@@ -52,6 +51,8 @@ qtConfig(animation) {
include(animations/animations.pri)
}
include(types/types.pri)
+include(../3rdparty/masm/masm-defs.pri)
+include(../3rdparty/masm/masm.pri)
MODULE_PLUGIN_TYPES = \
qmltooling