diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-09 15:10:57 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-09 15:10:57 (GMT) |
commit | 3d2cb04d31cfa862c4d8aa383ae38b8b09e6546a (patch) | |
tree | fbc413a2022f210208bd07a535e4b446717e8e1e /tests/auto/qfile/largefile/largefile.pro | |
parent | c9aa65bf79fdd09ad5d6405ba1d127888e26fd26 (diff) | |
download | Qt-3d2cb04d31cfa862c4d8aa383ae38b8b09e6546a.zip Qt-3d2cb04d31cfa862c4d8aa383ae38b8b09e6546a.tar.gz Qt-3d2cb04d31cfa862c4d8aa383ae38b8b09e6546a.tar.bz2 |
tst_largefile.cpp Windows CE compile fix
Reviewed-by: thartman
Diffstat (limited to 'tests/auto/qfile/largefile/largefile.pro')
-rw-r--r-- | tests/auto/qfile/largefile/largefile.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qfile/largefile/largefile.pro b/tests/auto/qfile/largefile/largefile.pro index 0f96865..d67cb46 100644 --- a/tests/auto/qfile/largefile/largefile.pro +++ b/tests/auto/qfile/largefile/largefile.pro @@ -2,3 +2,5 @@ load(qttest_p4) QT = core SOURCES += tst_largefile.cpp + +wince*: SOURCES += $$QT_SOURCE_TREE/src/corelib/kernel/qfunctions_wince.cpp |