aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-10-20 03:32:29 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-10-20 03:32:29 +0200
commitc4c673338cf570c166e1bb02a2fa9e9dc6c55bb5 (patch)
treeb520c3cde8aac7fca31ac480d73e305ea5ae1b9c /src/core
parentfb37084b3e7c396cd10bf4d3253fee730320988a (diff)
downloadkconfig-c4c673338cf570c166e1bb02a2fa9e9dc6c55bb5.tar.gz
kconfig-c4c673338cf570c166e1bb02a2fa9e9dc6c55bb5.tar.bz2
Enable KF_* group deprecation macros
GIT_SILENT
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index da48ce8f..61a200a6 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -24,7 +24,7 @@ add_library(KF5ConfigCore ${libkconfigcore_SRCS})
add_library(KF5::ConfigCore ALIAS KF5ConfigCore)
ecm_generate_export_header(KF5ConfigCore
BASE_NAME KConfigCore
- # GROUP_BASE_NAME KF <- enable once all of KF modules use ecm_generate_export_header
+ GROUP_BASE_NAME KF
VERSION ${KF5_VERSION}
DEPRECATED_BASE_VERSION 0
DEPRECATION_VERSIONS 4.0 5.0 5.24 5.42