Enable KF_* group deprecation macros

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2019-10-20 03:46:32 +02:00
parent df7f981890
commit 573b9a439f
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ add_library(KF5::Plasma ALIAS KF5Plasma)
ecm_generate_export_header(KF5Plasma
EXPORT_FILE_NAME plasma/plasma_export.h
BASE_NAME Plasma
# 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 5.6 5.19 5.28 5.30 5.36 5.46

View File

@ -75,7 +75,7 @@ install(TARGETS KF5PlasmaQuick EXPORT KF5PlasmaQuickTargets ${KF5_INSTALL_TARGET
ecm_generate_export_header(KF5PlasmaQuick
BASE_NAME PlasmaQuick
# 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 5.12 5.25 5.36