remove pointless qmltest conditionals
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 3 Apr 2012 18:59:13 +0000 (20:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 12:58:33 +0000 (14:58 +0200)
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>
examples/examples.pro
src/imports/imports.pro
src/src.pro
tests/auto/auto.pro
tools/tools.pro

index d3d2f55..5af1901 100644 (file)
@@ -1,3 +1,11 @@
 TEMPLATE = subdirs
-SUBDIRS += demos shared localstorage particles qml quick tutorials window
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
+SUBDIRS += \
+    demos \
+    shared \
+    localstorage \
+    particles \
+    qml \
+    quick \
+    tutorials \
+    window \
+    qmltest
index f7861ac..899c437 100644 (file)
@@ -1,5 +1,10 @@
 TEMPLATE = subdirs
 
-SUBDIRS += qtquick2 particles window folderlistmodel localstorage
-contains(QT_CONFIG, qmltest): SUBDIRS += testlib
+SUBDIRS += \
+    qtquick2 \
+    particles \
+    window \
+    folderlistmodel \
+    localstorage \
+    testlib
 contains(QT_CONFIG, xmlpatterns) : SUBDIRS += xmllistmodel
index a591ffc..f1b2663 100644 (file)
@@ -1,8 +1,10 @@
 TEMPLATE = subdirs
 CONFIG += ordered
-SUBDIRS += qml quick particles plugins
-
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
-
-SUBDIRS += imports
-SUBDIRS += qmldevtools
+SUBDIRS += \
+    qml \
+    quick \
+    qmltest \
+    particles \
+    plugins \
+    imports \
+    qmldevtools
index 3f5ac69..818bbda 100644 (file)
@@ -4,8 +4,7 @@ SUBDIRS=\
     quick \
     headersclean \
     particles \
+    qmltest \
     qmldevtools
 
 testcocoon: SUBDIRS -= headersclean
-
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
index 1ce5667..3966411 100644 (file)
@@ -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