summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qpluginloader/tst/tst.pro')
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/tst/tst.pro21
1 files changed, 9 insertions, 12 deletions
diff --git a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
index 4a11bf4935..8714597988 100644
--- a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
+++ b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro
@@ -1,25 +1,22 @@
CONFIG += testcase
-SOURCES += ../tst_qpluginloader.cpp
TARGET = ../tst_qpluginloader
QT = core testlib
-HEADERS += ../theplugin/plugininterface.h
+SOURCES = ../tst_qpluginloader.cpp
+HEADERS = ../theplugin/plugininterface.h
+DEFINES += SRCDIR=\\\"$$PWD/../\\\"
win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qpluginloader
-} else {
- TARGET = ../../release/tst_qpluginloader
- }
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qpluginloader
+ } else {
+ TARGET = ../../release/tst_qpluginloader
+ }
}
-
-wince*: {
+wince* {
addFiles.files = $$OUT_PWD/../bin/*.dll
addFiles.path = bin
DEPLOYMENT += addFiles
}
-DEFINES += SRCDIR=\\\"$$PWD/../\\\"
-mac*:CONFIG+=insignificant_test
-
CONFIG += insignificant_test # QTBUG-21402