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:
parent
6cede145d5
commit
424868cecd
@ -66,7 +66,7 @@ target_link_libraries(testplasma2
|
||||
plasma
|
||||
${Qt5Script_LIBRARIES}
|
||||
${KDE4_KDEUI_LIBS}
|
||||
${kde4support_LIBRARY}
|
||||
KDE4__kde4support
|
||||
)
|
||||
message("+++ kde4support : ${kde4support_LIBRARY}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user