diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2021-01-29 22:23:01 +0100 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-01-29 22:23:01 +0100 |
commit | 1605a2b5cf459cf72b960e32702f5a32ad2cc711 (patch) | |
tree | c02923f6e8d0198cc210e4ad590fcbb6ee4b1da4 /src/gui/CMakeLists.txt | |
parent | 2b3bb53fde806a776e3fa27d219584f450a7f853 (diff) | |
download | kconfig-1605a2b5cf459cf72b960e32702f5a32ad2cc711.tar.gz kconfig-1605a2b5cf459cf72b960e32702f5a32ad2cc711.tar.bz2 |
Replace KF5_VERSION with KF_VERSION
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.
Given this is purely internal we can to this now, making it a bit more future-proof
GIT_SILENT
NO_CHANGELOG
Diffstat (limited to 'src/gui/CMakeLists.txt')
-rw-r--r-- | src/gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 5a276f97..2de87570 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -13,7 +13,7 @@ add_library(KF5::ConfigGui ALIAS KF5ConfigGui) ecm_generate_export_header(KF5ConfigGui BASE_NAME KConfigGui GROUP_BASE_NAME KF - VERSION ${KF5_VERSION} + VERSION ${KF_VERSION} DEPRECATED_BASE_VERSION 0 DEPRECATION_VERSIONS 5.11 5.39 5.71 EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} |