[kcmdeco] Adjust linking for the KCM

This commit is contained in:
Martin Gräßlin 2013-10-01 14:00:24 +02:00
parent 9013f4ac8f
commit d1559341d6

View file

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