Skip to content

Require KConfigWidgets when not building on Android

Joshua Goins requested to merge work/redstrate/config-widgets-dep into master

It was an implicitly declared dependency before (for the color chooser) but not explicitly declared in CMake. Discovered when trying to debug KConfigWidgets problem locally, and it was picking up my distribution packages instead.

Merge request reports