aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlmin/qmlmin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlmin/qmlmin.pro')
-rw-r--r--tests/auto/qml/qmlmin/qmlmin.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/qml/qmlmin/qmlmin.pro b/tests/auto/qml/qmlmin/qmlmin.pro
index 6af6653270..93e5caabcf 100644
--- a/tests/auto/qml/qmlmin/qmlmin.pro
+++ b/tests/auto/qml/qmlmin/qmlmin.pro
@@ -6,5 +6,7 @@ macx:CONFIG -= app_bundle
SOURCES += tst_qmlmin.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-cross_compile: DEFINES += QTEST_CROSS_COMPILED
+# Boot2qt is cross compiled but it has sources available
+!boot2qt {
+ cross_compile: DEFINES += QTEST_CROSS_COMPILED
+}