From 0b90663e08cdb3f61849dcfe94dd14a32546b648 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Tue, 31 May 2022 11:18:46 +0300 Subject: 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 --- config.tests/bluez/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests') 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 ) -- cgit v1.2.1