Skip to content

Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling

Designer plugins only make sense for host tooling, attempting to build for the target will either force you to add unnecessary dependencies, or fail and force you to explicitly disable that option. Both possible, but inconvenient. Let's rather pick a better default.

Merge request reports