Use the target name directly for now

kde4support doesn't yet use the same CMake magic than the other more
stable frameworks. So refer to it by its target name as exported by the
KDELibs4 module.
This commit is contained in:
Kevin Ottens 2013-03-06 18:57:48 +01:00
parent 6cede145d5
commit 424868cecd

View File

@ -66,7 +66,7 @@ target_link_libraries(testplasma2
plasma
${Qt5Script_LIBRARIES}
${KDE4_KDEUI_LIBS}
${kde4support_LIBRARY}
KDE4__kde4support
)
message("+++ kde4support : ${kde4support_LIBRARY}")