aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.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/tools.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/tools.pro')
-rw-r--r--tools/tools.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 994a8c7114..217748915b 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -6,8 +6,7 @@ SUBDIRS += \
qmlprofiler
!android|android_app: SUBDIRS += \
qml \
- qmlbundle \
- v4
+ qmlbundle
qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing
# qmlmin & qmlbundle are build tools.
@@ -21,6 +20,8 @@ qtNomakeTools( \
qmleasing \
)
+contains(QT_CONFIG, private_tests): SUBDIRS += qmljs
+
qtHaveModule(quick) {
for(subdir, SUBDIRS): $${subdir}.depends += qmlimportscanner
SUBDIRS += qmlimportscanner