From 122125452775fd67a59c0a34e1c9941bc15a8f8d Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 2 May 2021 22:17:42 +0200 Subject: Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable NO_CHANGELOG --- src/core/CMakeLists.txt | 2 +- src/gui/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 ) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index b6d4d34f..8f37b6e1 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -23,7 +23,7 @@ target_include_directories(KF5ConfigGui INTERFACE "$