From b912232762e23c08e77d01aabc50ccca7a0acd72 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 27 Jan 2021 00:17:31 +0100 Subject: Remove dead cmake code KDEWIN_LIBRARIES is never defined --- src/core/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.1