diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-09 15:01:32 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 17:21:23 (GMT) |
commit | cb480bcf1e5cfc9f3fe5e5eaee415e1d8493f8b0 (patch) | |
tree | 7b1b55a7a0e6f0cad1268b1426ac496e818d557b /tests | |
parent | 40afbefbfe11e5cfccd5fb53717bc9c6990956c5 (diff) | |
download | Qt-cb480bcf1e5cfc9f3fe5e5eaee415e1d8493f8b0.zip Qt-cb480bcf1e5cfc9f3fe5e5eaee415e1d8493f8b0.tar.gz Qt-cb480bcf1e5cfc9f3fe5e5eaee415e1d8493f8b0.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.pro | 1 |
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 |