summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2020-06-15 12:44:46 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2020-06-16 11:11:09 +0300
commit64b288a43e3e4ffc3649edb53aa4d7b0fed054bf (patch)
treee4c37290828915437376cfd194bbad7c4121b79c
parent30ade000892b86518ef76d4e212a19de4298e9ed (diff)
Prevent compilation on mips64 architectures
This will work if text mips64 is in the host architecture. Task-number: QT3DS-4134 Change-Id: I5024d12c8d79656d30c8e632be50843a5511ab86 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--ogl-runtime.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/ogl-runtime.pro b/ogl-runtime.pro
index 44d9fd6..2111f85 100644
--- a/ogl-runtime.pro
+++ b/ogl-runtime.pro
@@ -8,7 +8,7 @@ integrity {
CHECK_INTEGRITY_DIR = $$(INTEGRITY_DIR)
}
-ios|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$) {
+ios|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$)|contains(QMAKE_HOST.arch, mips64) {
message("WARNING, target not supported by ogl-runtime")
#Exclude non-working cross-compile targets, see:
# QT3DS-3647 ogl-runtime doesn't compile on TvOS_ANY in CI
@@ -16,6 +16,7 @@ ios|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$) {
# QT3DS-3646 ogl-runtime doesn't compile on IOS_ANY in CI
# QT3DS-3649 ogl-runtime doesn't compile on WinRT in CI
# QT3DS-3650 ogl-runtime doesn't compile on WebAssembly in CI
+ # QT3DS-4129 ogl-runtime doesn't compile on Qemu mips64 in CI
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += src_dummy