From 3288b87e2f75278c7415fbc7c4574bcf7da71295 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 8 Aug 2013 09:20:52 +0200 Subject: 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 --- src/qml/qml.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qml/qml.pro') 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) -- cgit v1.2.3