Skip to content

Fail at CMake configure time if xcb Qt feature is not enabled

Alexander Lohnau requested to merge work/alex/qt_feature into master

In case of my local install I did not install the headers before configuring Qt and thus got a compile failures further down the stack

Instead, fail with a reasonable error message when the project is configured

Merge request reports