summaryrefslogtreecommitdiff
path: root/config.tests
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-05-31 11:18:46 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2022-06-02 08:49:02 +0300
commit0b90663e08cdb3f61849dcfe94dd14a32546b648 (patch)
tree2ac0183811a516e5271ae5748156c48f3237096d /config.tests
parentd8a290411ce1b150e91cdda70b6287fd26766d27 (diff)
downloadqtconnectivity-0b90663e08cdb3f61849dcfe94dd14a32546b648.tar.gz
Port QtConnectivity configure check reporting from Qt 5
In addition reintroduce the 'bluez' compilation test which was omitted in the original Qt 6 port. Pick-to: 6.2 6.3 Fixes: QTBUG-103209 Change-Id: If82e85615f0b85f055d42f3de7662f05f2cbcd08 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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 7045e817..0461ea18 100644
--- a/config.tests/bluez/CMakeLists.txt
+++ b/config.tests/bluez/CMakeLists.txt
@@ -26,6 +26,6 @@ endif()
add_executable(${PROJECT_NAME}
main.cpp
)
-target_compile_options(${PROJECT_NAME}
+target_compile_options(${PROJECT_NAME} PRIVATE
-fpermissive
)