summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-11-09 15:01:32 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-11-09 15:01:32 (GMT)
commitc9aa65bf79fdd09ad5d6405ba1d127888e26fd26 (patch)
tree996d8a137ea742148b09b350ab89bf30449dcb46 /tests
parentfff4ca8924e92c30ae62c0c8c902b2d42d788653 (diff)
downloadQt-c9aa65bf79fdd09ad5d6405ba1d127888e26fd26.zip
Qt-c9aa65bf79fdd09ad5d6405ba1d127888e26fd26.tar.gz
Qt-c9aa65bf79fdd09ad5d6405ba1d127888e26fd26.tar.bz2
compile fix for tst_qfile on Windows CE
Changed the signature of QT_OPEN to be the same on all platforms. Reviewed-by: thartman
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qfile/test/test.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qfile/test/test.pro b/tests/auto/qfile/test/test.pro
index 46f63b3..faaa927 100644
--- a/tests/auto/qfile/test/test.pro
+++ b/tests/auto/qfile/test/test.pro
@@ -14,6 +14,7 @@ wince*|symbian {
}
wince* {
+ SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp # needed for QT_OPEN
DEFINES += SRCDIR=\\\"\\\"
} else:symbian {
# do not define SRCDIR at all