diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-05-02 22:17:42 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2021-05-02 22:17:42 +0200 |
commit | 122125452775fd67a59c0a34e1c9941bc15a8f8d (patch) | |
tree | a0cc94d597f23e147f22dd1ffb1997b8c82243ba /src/gui | |
parent | 1780fb2a237af80ddc1f9cfb70cb892b53b91990 (diff) | |
download | kconfig-122125452775fd67a59c0a34e1c9941bc15a8f8d.tar.gz kconfig-122125452775fd67a59c0a34e1c9941bc15a8f8d.tar.bz2 |
Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
NO_CHANGELOG
Diffstat (limited to 'src/gui')
-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 b6d4d34f..8f37b6e1 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -23,7 +23,7 @@ target_include_directories(KF5ConfigGui INTERFACE "$<INSTALL_INTERFACE:${KDE_INS target_link_libraries(KF5ConfigGui PUBLIC Qt5::Gui Qt5::Xml KF5::ConfigCore) -set_target_properties(KF5ConfigGui PROPERTIES VERSION ${KCONFIG_VERSION_STRING} +set_target_properties(KF5ConfigGui PROPERTIES VERSION ${KCONFIG_VERSION} SOVERSION ${KCONFIG_SOVERSION} EXPORT_NAME ConfigGui ) |