From c7e7a650cd0a3cdcfd48b83c8d80c9d210a2662f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 21 Oct 2013 10:28:33 +0200 Subject: 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 --- tools/qmljs/qmljs.pro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/qmljs/qmljs.pro (limited to 'tools/qmljs/qmljs.pro') 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) -- cgit v1.2.3