summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qfile/test')
-rw-r--r--tests/auto/corelib/io/qfile/test/test.pro11
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/auto/corelib/io/qfile/test/test.pro b/tests/auto/corelib/io/qfile/test/test.pro
index 44dd20cf50..aca034b098 100644
--- a/tests/auto/corelib/io/qfile/test/test.pro
+++ b/tests/auto/corelib/io/qfile/test/test.pro
@@ -1,5 +1,7 @@
CONFIG += testcase
-SOURCES += ../tst_qfile.cpp
+TARGET = ../tst_qfile
+SOURCES = ../tst_qfile.cpp
+RESOURCES += ../qfile.qrc ../rename-fallback.qrc ../copy-fallback.qrc
wince* {
QT = core gui testlib
@@ -11,9 +13,6 @@ wince* {
resour.path = resources
DEPLOYMENT += files resour
-}
-
-wince* {
SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp # needed for QT_OPEN
DEFINES += SRCDIR=\\\"\\\"
} else {
@@ -21,10 +20,6 @@ wince* {
DEFINES += SRCDIR=\\\"$$PWD/../\\\"
}
-RESOURCES += ../qfile.qrc ../rename-fallback.qrc ../copy-fallback.qrc
-
-TARGET = ../tst_qfile
-
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qfile