aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 13:17:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:11 +0200
commit3cefb43441a9879cc512dc3fcc7dca0d42e9ca8c (patch)
tree5332a086584448dafbce7f736d19c4242521ee3f /src/qml/qml.pro
parent6c51b182f3fc3abdd6330b402c4fe16d623d1b0a (diff)
Move the parser folder from src/qml/qml to src/qml
Change-Id: I5e5684f5b98b00f791ade99c4cb6bc2ed880ad6a 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 fe294aa323..6d26d9cb38 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -21,6 +21,7 @@ HEADERS += qtqmlglobal.h \
#modules
include(util/util.pri)
+include(parser/parser.pri)
include(compiler/compiler.pri)
include(jsapi/jsapi.pri)
include(jsruntime/jsruntime.pri)