summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qlibrary
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/plugin/qlibrary')
-rw-r--r--tests/auto/corelib/plugin/qlibrary/tst/tst.pro27
1 files changed, 13 insertions, 14 deletions
diff --git a/tests/auto/corelib/plugin/qlibrary/tst/tst.pro b/tests/auto/corelib/plugin/qlibrary/tst/tst.pro
index c5035a8d67..a1854ad419 100644
--- a/tests/auto/corelib/plugin/qlibrary/tst/tst.pro
+++ b/tests/auto/corelib/plugin/qlibrary/tst/tst.pro
@@ -1,22 +1,21 @@
CONFIG += testcase
-SOURCES += ../tst_qlibrary.cpp
-TARGET = ../tst_qlibrary
+TARGET = ../tst_qlibrary
QT = core testlib
+SOURCES = ../tst_qlibrary.cpp
win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qlibrary
-} else {
- TARGET = ../../release/tst_qlibrary
- }
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qlibrary
+ } else {
+ TARGET = ../../release/tst_qlibrary
+ }
}
-wince*: {
- addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension
- addFiles.path = .
- DEPLOYMENT += addFiles
- DEFINES += SRCDIR=\\\"\\\"
+wince* {
+ addFiles.files = ../*.dll ../*.dl2 ../mylib_noextension
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+ DEFINES += SRCDIR=\\\"\\\"
} else {
- DEFINES += SRCDIR=\\\"$$PWD/../\\\"
+ DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}
-