Remove kdeqt5staging

Reviewed-by: Martin
This commit is contained in:
Sebastian Kügler 2013-09-11 13:57:41 +02:00
parent 75fe5f6965
commit a1641efdf1
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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} )