KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.63k stars 283 forks source link

Fix build error due to Qt::Gui not found during check_cxx_symbol_exists #1015

Closed dfaure-kdab closed 1 month ago

dfaure-kdab commented 1 month ago

I'm not sure why that alias isn't available at that point... CMake says: Target "cmTC_4f21f" links to: Qt::Gui but the target was not found.

It works with Qt6::Gui.

dfaure-kdab commented 1 month ago

Thanks. Can you also update master? Not sure if you want to merge or cherry-pick...

Waqar144 commented 1 month ago

forward merge, I can do that later.