aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 09:20:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 12:22:30 +0200
commit3288b87e2f75278c7415fbc7c4574bcf7da71295 (patch)
tree95df1e3f0eb76419e780da08b24fae28dc68c580 /src/qml/qml.pro
parent2d9262a4c6680e3818bf7c07a4d1cfa32b4c9dfe (diff)
Restructure source code
Move the v4 engine classes from a subdir of qml/qml into two subdirs (compiler and jsruntime) of the qml module Remove an unsued qv4syntaxchecker class, and move the moth code directly into compiler. Change-Id: I6929bede1f25098e6cb2e68087e779fac16b0c68 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml.pro')
-rw-r--r--src/qml/qml.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index adbb2c7639..c046c6105a 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -21,6 +21,8 @@ HEADERS += qtqmlglobal.h \
#modules
include(util/util.pri)
+include(compiler/compiler.pri)
+include(jsruntime/jsruntime.pri)
include(qml/qml.pri)
include(debugger/debugger.pri)
include(animations/animations.pri)