summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-06-03 05:46:02 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-06-09 04:24:11 (GMT)
commitd6d586d4b05f416d89fcaf59c863245f1cb7d9ae (patch)
treec10e1f2999f4c9894776213bc6753b1bf8013d07 /tests/auto/qmake
parent1d3729c3e1348940b5f39fb1581af4d4f336fcf0 (diff)
downloadQt-d6d586d4b05f416d89fcaf59c863245f1cb7d9ae.zip
Qt-d6d586d4b05f416d89fcaf59c863245f1cb7d9ae.tar.gz
Qt-d6d586d4b05f416d89fcaf59c863245f1cb7d9ae.tar.bz2
Fixed tst_qmake failing to compile when QMAKE_CROSS_COMPILED is defined.
Diffstat (limited to 'tests/auto/qmake')
-rw-r--r--tests/auto/qmake/tst_qmake.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qmake/tst_qmake.cpp b/tests/auto/qmake/tst_qmake.cpp
index 1178c81..1ba81bd 100644
--- a/tests/auto/qmake/tst_qmake.cpp
+++ b/tests/auto/qmake/tst_qmake.cpp
@@ -39,13 +39,14 @@
**
****************************************************************************/
+#include <QtTest/QtTest>
+
#if !defined(QMAKE_CROSS_COMPILED)
#include "testcompiler.h"
#include <QObject>
#include <QDir>
-#include <QtTest/QtTest>
class tst_qmake : public QObject
{