aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
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/qml.pri
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/qml.pri')
-rw-r--r--src/qml/qml/qml.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index 3a18d02871..1914a388d0 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -136,4 +136,3 @@ include(parser/parser.pri)
include(rewriter/rewriter.pri)
include(ftw/ftw.pri)
include(v8/v8.pri)
-include(v4/v4.pri)