Re-enable QtQuickTest.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 14 Sep 2011 01:33:25 +0000 (11:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Sep 2011 08:50:11 +0000 (10:50 +0200)
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>

src/imports/imports.pro
src/src.pro
tools/tools.pro

index 6096ad7..c60e72d 100644 (file)
@@ -1,6 +1,5 @@
 TEMPLATE = subdirs
 
 SUBDIRS += qtquick1 qt47 folderlistmodel particles gestures inputcontext etcprovider
-# ### refactor: port properly
-# contains(QT_CONFIG, qmltest): SUBDIRS += testlib
+contains(QT_CONFIG, qmltest): SUBDIRS += testlib
 
index baebcaa..6fbfc24 100644 (file)
@@ -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
 
index 29340c6..b963309 100644 (file)
@@ -1,6 +1,5 @@
 TEMPLATE = subdirs
 SUBDIRS +=  qmlviewer qmlscene qmlplugindump
 
-# ### refactor: port properly
-# contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner
+contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner