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