diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-03 05:46:02 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-06-09 04:24:11 (GMT) |
commit | d6d586d4b05f416d89fcaf59c863245f1cb7d9ae (patch) | |
tree | c10e1f2999f4c9894776213bc6753b1bf8013d07 /tests/auto/qmake/tst_qmake.cpp | |
parent | 1d3729c3e1348940b5f39fb1581af4d4f336fcf0 (diff) | |
download | Qt-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/tst_qmake.cpp')
-rw-r--r-- | tests/auto/qmake/tst_qmake.cpp | 3 |
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 { |