aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
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 0c0aa72c..82800972 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -48,7 +48,7 @@ if(KCONFIG_USE_DBUS)
target_link_libraries(KF5ConfigCore PRIVATE Qt5::DBus)
endif()
-set_target_properties(KF5ConfigCore PROPERTIES VERSION ${KCONFIG_VERSION_STRING}
+set_target_properties(KF5ConfigCore PROPERTIES VERSION ${KCONFIG_VERSION}
SOVERSION ${KCONFIG_SOVERSION}
EXPORT_NAME ConfigCore
)