summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.cmake
diff options
context:
space:
mode:
authorTatiana Borisova <tatiana.borisova@qt.io>2021-09-06 10:11:06 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-21 09:17:47 +0000
commite86872b2f69ffa6b52796e56c93383479fe2cf18 (patch)
treec99d1933dc2381dde3a67496b6430bffca7f9d65 /src/corelib/configure.cmake
parent5673fb1f9ff0e95b868d7eed48a9e531cd833d03 (diff)
Compile autotests for Integrity
- process environment/DNS are OFF for INTEGRITY Task-number: QTBUG-96176 Change-Id: I189a97f88c96a428586c31a66b8d250e04482900 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 766904bf5b776a6437ca974efbeb9e99ef13e084) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib/configure.cmake')
-rw-r--r--src/corelib/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/configure.cmake b/src/corelib/configure.cmake
index 45dd1382bd..549c94b29b 100644
--- a/src/corelib/configure.cmake
+++ b/src/corelib/configure.cmake
@@ -120,7 +120,7 @@ int pipes[2];
# special case begin
# cxx11_future
-if (UNIX AND NOT ANDROID AND NOT QNX)
+if (UNIX AND NOT ANDROID AND NOT QNX AND NOT INTEGRITY)
set(cxx11_future_TEST_LIBRARIES pthread)
endif()
qt_config_compile_test(cxx11_future