From a1641efdf1360c3e79ab68c0f16c2eea053d8159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Wed, 11 Sep 2013 13:57:41 +0200 Subject: [PATCH] Remove kdeqt5staging Reviewed-by: Martin --- CMakeLists.txt | 1 - killer/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 198d60abfa..d3a438b80d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -233,7 +233,6 @@ set(kwin_QT_LIBS set(kwin_KDE_LIBS ${KDE4Support_LIBRARIES} ${KDECLARATIVE_LIBRARIES} - kdeqt5staging # TODO: remove once QCommandLineParser is dropped KF5::KConfigCore KF5::KCoreAddons KF5::KCrash diff --git a/killer/CMakeLists.txt b/killer/CMakeLists.txt index f52f102117..8073fc9247 100644 --- a/killer/CMakeLists.txt +++ b/killer/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(kwin_killer_helper KF5::KAuth KF5::KI18n KF5::KWidgetsAddons - kdeqt5staging # TODO: remove once QCommandLineParser is dropped ) install(TARGETS kwin_killer_helper DESTINATION ${LIBEXEC_INSTALL_DIR} )