summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ogl-runtime.pro4
-rw-r--r--tests/auto/auto.pro4
2 files changed, 5 insertions, 3 deletions
diff --git a/ogl-runtime.pro b/ogl-runtime.pro
index e7d061a..18be6a1 100644
--- a/ogl-runtime.pro
+++ b/ogl-runtime.pro
@@ -5,7 +5,9 @@ requires(!watchos)
requires(!winrt)
requires(!wasm)
-ios|qnx|tvos|watchos|winrt|wasm|*-icc*|!contains(INTEGRITY_DIR, *int1144$) {
+INTEGRITY_DIR = $$(INTEGRITY_DIR)
+
+ios|qnx|tvos|watchos|winrt|wasm|*-icc*|contains(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
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 2f410f5..9c21cc1 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,8 +1,8 @@
TEMPLATE = subdirs
CONFIG += ordered
-!macos:!win32: SUBDIRS += \
- qtextras
+#!macos:!win32: SUBDIRS += \
+# qtextras
# TODO: Re-enable these tests after confirming CI can build & run them
# runtime \