aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmljs/qmljs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmljs/qmljs.pro')
-rw-r--r--tools/qmljs/qmljs.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/qmljs/qmljs.pro b/tools/qmljs/qmljs.pro
new file mode 100644
index 0000000000..c67bb9caaf
--- /dev/null
+++ b/tools/qmljs/qmljs.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+QT = qml-private core-private
+SOURCES = main.cpp
+
+include($$PWD/../../src/3rdparty/masm/masm-defs.pri)
+
+CONFIG += exceptions
+
+load(qt_tool)