diff options
author | jaanttil <janne.anttila@digia.com> | 2011-11-11 12:20:52 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-06 13:59:29 (GMT) |
commit | e164baa4a22203361aa5721c8a9fe9c8529345e0 (patch) | |
tree | 50743cbcd5be32802575e576965551bdd253dcb6 /tests/auto/qfileinfo | |
parent | ace551f12e905bec6be53ec3941bbde0f5ecad15 (diff) | |
download | Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.zip Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.tar.gz Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.tar.bz2 |
Fix 3 autotest build faulures for WinCE
Change-Id: I67af7b1b31be3c6d99abf2344bcfd93fd5f77bf6
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests/auto/qfileinfo')
-rw-r--r-- | tests/auto/qfileinfo/tst_qfileinfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qfileinfo/tst_qfileinfo.cpp b/tests/auto/qfileinfo/tst_qfileinfo.cpp index 5cd72cb..0c81ba2 100644 --- a/tests/auto/qfileinfo/tst_qfileinfo.cpp +++ b/tests/auto/qfileinfo/tst_qfileinfo.cpp @@ -61,8 +61,10 @@ #define _WIN32_WINNT 0x500 #include <qt_windows.h> #include <qlibrary.h> +#ifndef Q_OS_WINCE #include <lm.h> #endif +#endif #include <qplatformdefs.h> #include <qdebug.h> #ifdef Q_OS_SYMBIAN |