summaryrefslogtreecommitdiffstats
path: root/tests/auto/windowsmobile
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-06-18 09:23:24 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-06-18 10:41:28 (GMT)
commitcab70bbf1d29a7cdf81d561fdd74e16f7280c689 (patch)
tree3861bdcc150ebf5c7595c6215c98c5fb9492dfab /tests/auto/windowsmobile
parentc38ece31d036cf2216392dda9c96736eabcb0f34 (diff)
downloadQt-cab70bbf1d29a7cdf81d561fdd74e16f7280c689.zip
Qt-cab70bbf1d29a7cdf81d561fdd74e16f7280c689.tar.gz
Qt-cab70bbf1d29a7cdf81d561fdd74e16f7280c689.tar.bz2
Autotests: fix compile issue on hpux
Diffstat (limited to 'tests/auto/windowsmobile')
-rw-r--r--tests/auto/windowsmobile/test/tst_windowsmobile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/windowsmobile/test/tst_windowsmobile.cpp b/tests/auto/windowsmobile/test/tst_windowsmobile.cpp
index 843974d..8c7c021 100644
--- a/tests/auto/windowsmobile/test/tst_windowsmobile.cpp
+++ b/tests/auto/windowsmobile/test/tst_windowsmobile.cpp
@@ -44,8 +44,10 @@
#include <QtCore/QDebug>
#include <QtCore/QObject>
#include <QtGui>
+#ifdef Q_OS_WINCE_WM
#include <windows.h>
#include <ddhelper.h>
+#endif