Skip to content

CMake: Find Qt5::GuiPrivate when Wayland support is enabled

Christophe Marin requested to merge work/fix_builddependencies into master

Without this, CMake complains that a link target is missing if the QtGui private headers are not available.

Now it will fail sooner if the required files are missing.

Merge request reports