Skip to content

Fix build with latest KCoreAddons

Ahmad Samir requested to merge work/ahmad/coreaddons into master

In KCoreAddons the kcoreaddons_add_plugin macro doesn't add a plugins/ suffix any more [1]; which broke the build here since there is a dir kget/ in the builddir and the build system couldn't write the binary 'kget' in the builddir.

[1] frameworks/kcoreaddons@375e19cf

Merge request reports