aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-03 20:59:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:58:33 +0200
commitfe5e7315608d307a7c157baaf9a702bd3c733ca8 (patch)
treea1c53a296137a538f030207c70fc388d4c00d5d6 /tools
parentf09291fcb8b711ba84f25c51dee70cb8d3239f55 (diff)
remove pointless qmltest conditionals
it is a module within this repository, and consequently the flag is always set. Change-Id: I8ffdd6903b1b0835725b824a9deb961d0124ce11 Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tools.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 1ce5667a19..396641193f 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,6 +1,12 @@
TEMPLATE = subdirs
-SUBDIRS += qmlscene qmlplugindump qmlmin qmleasing qmlprofiler qmlbundle
+SUBDIRS += \
+ qmlscene \
+ qmlplugindump \
+ qmlmin \
+ qmleasing \
+ qmlprofiler \
+ qmlbundle \
+ qmltestrunner
!contains(QT_CONFIG, no-widgets):SUBDIRS += easingcurveeditor
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner