summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qplugin/qplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qplugin/qplugin.pro')
-rw-r--r--tests/auto/corelib/plugin/qplugin/qplugin.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/corelib/plugin/qplugin/qplugin.pro b/tests/auto/corelib/plugin/qplugin/qplugin.pro
index 5283c2d52b..96fc704c07 100644
--- a/tests/auto/corelib/plugin/qplugin/qplugin.pro
+++ b/tests/auto/corelib/plugin/qplugin/qplugin.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
-TESTPLUGINS =
+TESTPLUGINS = invalidplugin
win32 {
contains(QT_CONFIG, debug): TESTPLUGINS += debugplugin
@@ -8,7 +8,7 @@ win32 {
CONFIG(debug, debug|release): TESTPLUGINS += debugplugin
CONFIG(release, debug|release): TESTPLUGINS += releaseplugin
} else {
- TESTPLUGINS = debugplugin releaseplugin
+ TESTPLUGINS += debugplugin releaseplugin
}
SUBDIRS += main $$TESTPLUGINS