aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2021-01-29 22:23:01 +0100
committerNicolas Fella <nicolas.fella@gmx.de>2021-01-29 22:23:01 +0100
commit1605a2b5cf459cf72b960e32702f5a32ad2cc711 (patch)
treec02923f6e8d0198cc210e4ad590fcbb6ee4b1da4 /src/CMakeLists.txt
parent2b3bb53fde806a776e3fa27d219584f450a7f853 (diff)
downloadkconfig-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/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4f61c001..151c3249 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -17,7 +17,7 @@ if (BUILD_QCH)
KF5Config_QCH
NAME KConfig
BASE_NAME KF5Config
- VERSION ${KF5_VERSION}
+ VERSION ${KF_VERSION}
ORG_DOMAIN org.kde
SOURCES # using only public headers, to cover only public API
${KConfigCore_APIDOX_SRCS}