add ${KDE4_KDECORE_LIBS} to core bindings

This commit is contained in:
Marco Martin 2013-02-08 12:10:01 +01:00
parent 528d38a1a1
commit ba4250394b

View File

@ -40,7 +40,7 @@ target_link_libraries(corebindingsplugin
${Qt5Qml_LIBRARIES}
${KDECLARATIVE_LIBRARIES}
${KDE4_KDEUI_LIBS}
kdecore
${KDE4_KDECORE_LIBS}
plasma)
install(TARGETS corebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/core)