summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-05-31 11:18:46 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-04 07:05:42 +0000
commit734d1114318fdcf487d67cd362e0eef041b0e136 (patch)
treedd15651238f8f2a7af8320f562b5509b674e7263 /config.tests
parent663c8d0919cb733ffda7c2ebc2d3a49d5eb03de6 (diff)
Port QtConnectivity configure check reporting from Qt 5
In addition reintroduce the 'bluez' compilation test which was omitted in the original Qt 6 port. Fixes: QTBUG-103209 Change-Id: If82e85615f0b85f055d42f3de7662f05f2cbcd08 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 0b90663e08cdb3f61849dcfe94dd14a32546b648) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/bluez/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/bluez/CMakeLists.txt b/config.tests/bluez/CMakeLists.txt
index 0f99f0d9..617719c0 100644
--- a/config.tests/bluez/CMakeLists.txt
+++ b/config.tests/bluez/CMakeLists.txt
@@ -19,6 +19,6 @@ endif()
add_executable(${PROJECT_NAME}
main.cpp
)
-target_compile_options(${PROJECT_NAME}
+target_compile_options(${PROJECT_NAME} PRIVATE
-fpermissive
)