-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
wilder-5.14
Alex Neundorf 13 years ago
parent 1f3b9860a1
commit 0d0ffa222b
  1. 3
      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})

Loading…
Cancel
Save