From d1559341d63e371a22be55f0d91c8784dd62aad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 1 Oct 2013 14:00:24 +0200 Subject: [PATCH] [kcmdeco] Adjust linking for the KCM --- kcmkwin/kwindecoration/CMakeLists.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kcmkwin/kwindecoration/CMakeLists.txt b/kcmkwin/kwindecoration/CMakeLists.txt index 2b4d5ceca1..baa47f21bb 100644 --- a/kcmkwin/kwindecoration/CMakeLists.txt +++ b/kcmkwin/kwindecoration/CMakeLists.txt @@ -24,7 +24,16 @@ kde4_add_ui_files(kcm_kwindecoration_PART_SRCS ) kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS}) -target_link_libraries(kcm_kwindecoration ${KDE4_KNEWSTUFF3_LIBS} kdecorations ${KDE4_PLASMA_LIBS} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTUITOOLS_LIBRARY} ${X11_LIBRARIES}) +target_link_libraries(kcm_kwindecoration + kdecorations + Qt5::DBus + Qt5::Quick + Qt5::UiTools + KF5::KCMUtils + KF5::KI18n + ${KDE4_KNEWSTUFF3_LIBS} + ${KDE4Support_LIBRARIES} +) install(TARGETS kcm_kwindecoration DESTINATION ${PLUGIN_INSTALL_DIR} ) ########### install files ###############