From 9dd8824b0387d8ef81656b840723ded9359fc890 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 12 Oct 2018 07:20:29 +0200 Subject: [PATCH] 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 5c43a14..39ab1c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KITEMMODELS 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) add_subdirectory(src)