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.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index fc51280c35..5eda1236b7 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -4,11 +4,13 @@ SUBDIRS += \
corelib.pro \
gui.pro \
network.pro \
- sql.pro \
- xml.pro \
- other.pro
+ sql \
+ xml \
+ testlib \
+ other.pro \
!cross_compile: SUBDIRS += host.pro
-contains(QT_CONFIG, opengl): SUBDIRS += opengl.pro
-unix:!embedded:contains(QT_CONFIG, dbus): SUBDIRS += dbus.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