aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2021-01-27 00:17:31 +0100
committerNicolas Fella <nicolas.fella@gmx.de>2021-01-27 00:17:31 +0100
commitb912232762e23c08e77d01aabc50ccca7a0acd72 (patch)
treee5cab69f4d9a105c94f84bc3ea77fc7ac740cd3c
parentb132648084df231c196e726c899761d83d0766cc (diff)
downloadkconfig-b912232762e23c08e77d01aabc50ccca7a0acd72.tar.gz
kconfig-b912232762e23c08e77d01aabc50ccca7a0acd72.tar.bz2
Remove dead cmake code
KDEWIN_LIBRARIES is never defined
-rw-r--r--src/core/CMakeLists.txt4
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