summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ogl-runtime.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/ogl-runtime.pro b/ogl-runtime.pro
index 18be6a1..d5345cb 100644
--- a/ogl-runtime.pro
+++ b/ogl-runtime.pro
@@ -5,9 +5,11 @@ requires(!watchos)
requires(!winrt)
requires(!wasm)
-INTEGRITY_DIR = $$(INTEGRITY_DIR)
+integrity {
+ CHECK_INTEGRITY_DIR = $$(INTEGRITY_DIR)
+}
-ios|qnx|tvos|watchos|winrt|wasm|*-icc*|contains(INTEGRITY_DIR, .*int1144$) {
+ios|qnx|tvos|watchos|winrt|wasm|*-icc*|contains(CHECK_INTEGRITY_DIR, .*int1144$) {
message("WARNING, target not supported by ogl-runtime")
#Exclude non-working cross-compile targets, see:
# QT3DS-3645 ogl-runtime doesn't compile on INTEGRITY_11_04 in CI