diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-13 00:44:39 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-13 00:44:39 (GMT) |
commit | 3e16a19ba08b68aa92fd1eed5d5455fe02ef073f (patch) | |
tree | 277b1644988f9104673121291b9c1cc7e816d35b /tests/auto/qfile/test/test.pro | |
parent | 652e43ddbc4bf32b8c5f634a47a883f7029fd890 (diff) | |
parent | e0a137cd1b138e63804756f897a20bf8178efb84 (diff) | |
download | Qt-3e16a19ba08b68aa92fd1eed5d5455fe02ef073f.zip Qt-3e16a19ba08b68aa92fd1eed5d5455fe02ef073f.tar.gz Qt-3e16a19ba08b68aa92fd1eed5d5455fe02ef073f.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/qfile/test/test.pro')
-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 |