From 749d29df5753f4ed2b722d6aa6806209bf5cfa54 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 15 Jan 2018 08:08:47 +0100 Subject: [PATCH] Already done --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4f04b35b..2d8114013 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,14 +32,6 @@ include(ECMAddAppIcon) include(ECMQtDeclareLoggingCategory) include(ECMCoverageOption) -if(NOT CMAKE_VERSION VERSION_LESS "3.10.0") - # CMake 3.9+ warns about automoc on files without Q_OBJECT, and doesn't know about other macros. - # 3.10+ lets us provide more macro names that require automoc. - # Remove this when depending on a Frameworks or ECM version that solves this upstream. - list(APPEND CMAKE_AUTOMOC_MACRO_NAMES "K_PLUGIN_FACTORY_WITH_JSON" "K_PLUGIN_FACTORY" "EXPORT_KONTACT_PLUGIN") -endif() - - # Do NOT add quote set(KDEPIM_DEV_VERSION alpha)