aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmljs/qmljs.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-21 10:28:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-22 10:00:04 +0200
commitc7e7a650cd0a3cdcfd48b83c8d80c9d210a2662f (patch)
treeeabf5c6aab34021f61168ecc3e8ee98b2f49616d /tools/qmljs/qmljs.pro
parentca8b72040349f60df45c6070ed617d4462c25779 (diff)
Rename v4 to qmljs
We don't want to officially support this binary in our release builds, so give it a "safer" name and enable it only in developer builds. Change-Id: Iaa007bc2ccdb133635161aae01d140efe0f44e23 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
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)