aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-02-10 15:46:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-22 18:47:14 +0100
commit5e085f4883953ebb54ed8abba0468ad17d352682 (patch)
treeda69ca46d485b24848b45266cd9139de92cede27 /src/qml/qml.pro
parentf11561f0eb3f084cd6e10dd7984b865a548403ac (diff)
Move JIT infrastructure into it's own directory
This is a starting point to clean up some of the code base for the JIT. Change-Id: I388ce8df7d4ab87095e227cf36643f4be2594b7d Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index 79e83a1d47..17d35f8c54 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -34,6 +34,7 @@ include(util/util.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)