From 8018feea800f4bb8590c9dff487f26bed5fc9ba6 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 8 Feb 2013 11:06:44 +0100 Subject: [PATCH] try to explicitly add kdecore to linking --- declarativeimports/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/declarativeimports/core/CMakeLists.txt b/declarativeimports/core/CMakeLists.txt index a34ea259a..0b047e77e 100644 --- a/declarativeimports/core/CMakeLists.txt +++ b/declarativeimports/core/CMakeLists.txt @@ -38,6 +38,7 @@ target_link_libraries(corebindingsplugin ${Qt5Qml_LIBRARIES} ${KDECLARATIVE_LIBRARIES} ${KDE4_KDEUI_LIBS} + kdecore plasma) install(TARGETS corebindingsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/core)