From 0d0ffa222bd1312d7820af235d90f0f8e35a1a4b Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Thu, 11 Jul 2013 22:57:04 +0200 Subject: [PATCH] -adapt to current changes in kdelibs regarding kde4support: use ${KDE4Support_LIBRARIES} when using it Search for KDE4Support, but after searching KDELibs4, this is hackish, but currentlx necessary due to cyclic dependencies we still have Alex --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c24ec3b7..105423850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,11 +82,10 @@ target_link_libraries(plasma-shell plasma ${Qt5Script_LIBRARIES} ${KDE4_KDEUI_LIBS} - KDE4__kde4support + ${KDE4Support_LIBRARIES} ${Solid_LIBRARIES} kdeclarative ) -message("+++ kde4support : ${kde4support_LIBRARY}") install(TARGETS plasma-shell ${INSTALL_TARGETS_DEFAULT_ARGS})