summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro17
1 files changed, 11 insertions, 6 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 5eda1236b7..86fe037887 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,15 +2,20 @@ TEMPLATE = subdirs
SUBDIRS += \
corelib.pro \
+ dbus \
+ host.pro \
gui.pro \
network.pro \
+ opengl \
sql \
- xml \
testlib \
+ tools \
+ v8.pro \
+ xml \
other.pro \
-!cross_compile: SUBDIRS += host.pro
-!cross_compile: SUBDIRS += tools
-contains(QT_CONFIG, opengl): SUBDIRS += opengl
-unix:!embedded:contains(QT_CONFIG, dbus): SUBDIRS += dbus
-contains(QT_CONFIG, v8): SUBDIRS += v8.pro
+cross_compile: SUBDIRS -= host.pro
+cross_compile: SUBDIRS -= tools
+!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
+!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
+!contains(QT_CONFIG, v8): SUBDIRS -= v8.pro