From b2f5a68bbb84e88b5673e464c984df3d0f5df549 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 7 Aug 2013 03:23:58 +0200 Subject: [PATCH] Remove KWidgets references --- clients/aurorae/src/CMakeLists.txt | 1 - clients/oxygen/CMakeLists.txt | 1 - clients/oxygen/config/CMakeLists.txt | 1 - clients/oxygen/demo/CMakeLists.txt | 1 - killer/CMakeLists.txt | 1 - 5 files changed, 5 deletions(-) diff --git a/clients/aurorae/src/CMakeLists.txt b/clients/aurorae/src/CMakeLists.txt index c844028189..f0dacf2644 100644 --- a/clients/aurorae/src/CMakeLists.txt +++ b/clients/aurorae/src/CMakeLists.txt @@ -32,7 +32,6 @@ set(decoration_plugin_SRCS add_library(decorationplugin SHARED ${decoration_plugin_SRCS}) target_link_libraries(decorationplugin - KF5::KWidgets # KColorScheme ${KDE4_KDEUI_LIBRARY} # KGlobalSettings ${Qt5Declarative_LIBRARIES} kdecorations diff --git a/clients/oxygen/CMakeLists.txt b/clients/oxygen/CMakeLists.txt index ee1b267430..2a8d711a75 100644 --- a/clients/oxygen/CMakeLists.txt +++ b/clients/oxygen/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries( KF5::KConfigWidgets KF5::KGuiAddons KF5::KI18n - KF5::KWidgets KF5::KWindowSystem ${KDE4_KDEUI_LIBRARY} # KStyle ${Qt5Widgets_LIBRARIES} diff --git a/clients/oxygen/config/CMakeLists.txt b/clients/oxygen/config/CMakeLists.txt index cf1339a152..2333e5333b 100644 --- a/clients/oxygen/config/CMakeLists.txt +++ b/clients/oxygen/config/CMakeLists.txt @@ -37,7 +37,6 @@ target_link_libraries(kwin_oxygen_config ${KConfig_LIBRARIES} ${KCompletion_LIBRARIES} ${KGuiAddons_LIBRARIES} - ${KWidgets_LIBRARIES} ${KWindowSystem_LIBRARIES} ${KI18n_LIBRARIES} ) diff --git a/clients/oxygen/demo/CMakeLists.txt b/clients/oxygen/demo/CMakeLists.txt index f150e734d6..df6aeccc2d 100644 --- a/clients/oxygen/demo/CMakeLists.txt +++ b/clients/oxygen/demo/CMakeLists.txt @@ -23,7 +23,6 @@ target_link_libraries(oxygen-shadow-demo ) target_link_libraries(oxygen-shadow-demo - ${KWidgets_LIBRARIES} ${KI18n_LIBRARIES} ) diff --git a/killer/CMakeLists.txt b/killer/CMakeLists.txt index 1b2ab7af62..c1a297d7bd 100644 --- a/killer/CMakeLists.txt +++ b/killer/CMakeLists.txt @@ -11,7 +11,6 @@ target_link_libraries(kwin_killer_helper ${KDE4Support_LIBRARIES} # KCmdLineArgs KF5::KAuth KF5::KI18n - KF5::KWidgets KF5::KWidgetsAddons )