summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro')
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro22
1 files changed, 14 insertions, 8 deletions
diff --git a/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro b/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
index c681f5585c..541e73636c 100644
--- a/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
+++ b/tests/auto/corelib/plugin/qpluginloader/qpluginloader.pro
@@ -1,12 +1,18 @@
QT = core
-TEMPLATE = subdirs
-CONFIG += ordered
-SUBDIRS = lib \
- theplugin \
- tst
-!android: !win32: !mac: SUBDIRS += almostplugin
-macx-*: qtConfig(private_tests): SUBDIRS += machtest
-TARGET = tst_qpluginloader
+TEMPLATE = subdirs
+
+tst.depends = lib theplugin
+SUBDIRS = lib \
+ theplugin \
+ tst
+!android:!win32:!darwin {
+ tst.depends += almostplugin
+ SUBDIRS += almostplugin
+}
+macos:qtConfig(private_tests) {
+ tst.depends += machtest
+ SUBDIRS += machtest
+}
# no special install rule for subdir
INSTALLS =