diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2021-01-27 00:17:31 +0100 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-01-27 00:17:31 +0100 |
commit | b912232762e23c08e77d01aabc50ccca7a0acd72 (patch) | |
tree | e5cab69f4d9a105c94f84bc3ea77fc7ac740cd3c | |
parent | b132648084df231c196e726c899761d83d0766cc (diff) | |
download | kconfig-b912232762e23c08e77d01aabc50ccca7a0acd72.tar.gz kconfig-b912232762e23c08e77d01aabc50ccca7a0acd72.tar.bz2 |
Remove dead cmake code
KDEWIN_LIBRARIES is never defined
-rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 0744409f..e35da083 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -48,10 +48,6 @@ if(KCONFIG_USE_DBUS) target_link_libraries(KF5ConfigCore PRIVATE Qt5::DBus) endif() -if(WIN32) - target_link_libraries(KF5ConfigCore PRIVATE ${KDEWIN_LIBRARIES}) -endif() - set_target_properties(KF5ConfigCore PROPERTIES VERSION ${KCONFIG_VERSION_STRING} SOVERSION ${KCONFIG_SOVERSION} EXPORT_NAME ConfigCore |