Skip to content

libtaskmanager: fix build when Qt is built with GLESv2

Bhushan Shah requested to merge work/bshah-fix-gles2-build into master

If Qt is compiled with GLESv2, we can not link against the Qt5::Gui_GL, that causes the cmake error.

Merge request reports