summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/tst_qmake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/tst_qmake.cpp')
-rw-r--r--tests/auto/tools/qmake/tst_qmake.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/tools/qmake/tst_qmake.cpp b/tests/auto/tools/qmake/tst_qmake.cpp
index 2775b5380b..8de822b47a 100644
--- a/tests/auto/tools/qmake/tst_qmake.cpp
+++ b/tests/auto/tools/qmake/tst_qmake.cpp
@@ -41,8 +41,6 @@
#include <QtTest/QtTest>
-#if !defined(QMAKE_CROSS_COMPILED)
-
#include "testcompiler.h"
#include <QObject>
@@ -512,7 +510,3 @@ void tst_qmake::substitutes()
QTEST_MAIN(tst_qmake)
#include "tst_qmake.moc"
-
-#else // QMAKE_CROSS_COMPILED
-QTEST_NOOP_MAIN
-#endif