aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-09-14 11:33:25 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-19 10:50:11 +0200
commit648650313384d893e7fa8c179090d42f8167c13a (patch)
tree79884db3d78810089ed62c8b43a547e18be05039 /src/src.pro
parent9175109e8c6f55c365edf96797c249ffe6b74bf7 (diff)
Re-enable QtQuickTest.
This was disabled in refactor, but it seems to be working OK, so turn it back on. Change-Id: I35d97342c6ef7be358d9cb593a1eab27c711247c Reviewed-on: http://codereview.qt-project.org/4846 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Charles Yin <charles.yin@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index baebcaa97f..6fbfc243de 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,8 +2,7 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += declarative qtquick1 plugins
-# ### refactor: port properly
-# contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
+contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
SUBDIRS += imports