Skip to content

Fix @Qt5X11Extras_FOUND@ condition in cmake config file

Ahmad Samir requested to merge work/ahmad/cmake-in into master

Can't use 'TARGET Qt5::X11Extras' because it my be undefined at the time this file is used, instead use Qt6::Gui which will be set by the find_dependency call above.

NO_CHANGELOG

Merge request reports