aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-08-08 13:02:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:08 +0200
commit6c51b182f3fc3abdd6330b402c4fe16d623d1b0a (patch)
treef3f997f565d74420102c6f67faaada24b30a9350 /src/qml/qml.pro
parent3081b4f90f59eeaa64fe3ff59e5bfbc84a16191f (diff)
Move the JS Api into it's own folder
Change-Id: I7ef371ff929387097862121b73a7a5863b51ccf1 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 c046c6105a..fe294aa323 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -22,6 +22,7 @@ HEADERS += qtqmlglobal.h \
#modules
include(util/util.pri)
include(compiler/compiler.pri)
+include(jsapi/jsapi.pri)
include(jsruntime/jsruntime.pri)
include(qml/qml.pri)
include(debugger/debugger.pri)