From ad2540ccd096655d232201e043b1f79732f383bd Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 12 Oct 2018 07:19:48 +0200 Subject: GIT_SILENT: Remove include(QT_NO_NARROWING_CONVERSIONS_IN_CONNECT) as it already included in KDEFrameworkCompilerSettings --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 216b7cae..5744b26c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KCONFIG SOVERSION 5) add_definitions(-DQT_NO_CAST_FROM_ASCII) add_definitions(-DQT_NO_CAST_TO_ASCII) -add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) + add_definitions(-DQT_NO_URL_CAST_FROM_STRING) add_definitions(-DQT_USE_QSTRINGBUILDER) -- cgit v1.2.1