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 \