aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-05-23 21:41:19 +1000
committerCharles Yin <charles.yin@nokia.com>2011-05-23 21:41:38 +1000
commit7aed0fc2d0176d82f9ebd10857d3d6fe7b24b026 (patch)
tree829269cd0d81b38b27e4c8b31789e5f45c1490aa /tools
parent5efc078be14f75a4abbeadd237450967da0493ae (diff)
qmltestrunner not installed by default
Diffstat (limited to 'tools')
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index b1a896b7f8..dccdce8160 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,4 +1,4 @@
TEMPLATE = subdirs
SUBDIRS += qmlviewer qmlscene qmlplugindump
-contains(QT_CONFIG, quicktest): SUBDIRS += qmltestrunner
+contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner