Skip to content
Commit 9673001a authored by Ahmad Samir's avatar Ahmad Samir
Browse files

Fix build with recent KCoreAddons

In KCoreAddons the kcoreaddons_add_plugin macro doesn't add a plugins/
suffix if the required KF version >= 90 (really 38) see [1] for details.

This broke the build here since the min. required KF version was bumped but
the CMake code wasn't changed (plugins were put into builddir/kget/ and the
build system couldn't write the binary 'kget' in the builddir because a dir
with the same name already existed).

[1] frameworks/kcoreaddons@375e19cf
parent 11a8c94e
Pipeline #164957 passed with stage
in 2 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment