summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tests/auto/other.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6e42c14362..5eda1236b7 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -7,7 +7,7 @@ SUBDIRS += \
sql \
xml \
testlib \
- other \
+ other.pro \
!cross_compile: SUBDIRS += host.pro
!cross_compile: SUBDIRS += tools
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 14ef9bc89c..1911d013f1 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -3,6 +3,7 @@
TEMPLATE=subdirs
SUBDIRS=\
+ other \
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
qcombobox \