summaryrefslogtreecommitdiffstats
path: root/tests/auto/host.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/host.pro')
-rw-r--r--tests/auto/host.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
new file mode 100644
index 0000000000..3ae6a7a09e
--- /dev/null
+++ b/tests/auto/host.pro
@@ -0,0 +1,14 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ compiler \
+ linguist \
+ maketestselftest \
+ moc \
+ uic \
+ qmake \
+ rcc \
+ #atwrapper \ # These tests need significant updating,
+ #uiloader \ # they have hardcoded machine names etc.
+
+contains(QT_CONFIG,qt3support):SUBDIRS+=uic3
+