Skip to content

Simplify checks for KF5XmlGui_FOUND

Alexander Lohnau requested to merge work/simplify_xmlgui_checks into master

cmakedefine01 defines a 0 if the var is false or unset. Consequently we do not need to check if the value is defined.

Also, if one ever removes the line by accident from the config file, the build will fail with this MR.

Merge request reports