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

Fixes related to issue #977 #981

Closed Cuperino closed 7 months ago

Cuperino commented 7 months ago

Failure to build with DGAMMARAY_BUILD_UI=OFF in absence of QWidgets. Fixes #977 by making suggested change to connect to QCoreApplication.

CMAKE_PREFIX_PATHs that contained both Qt 5 and 6 would trigger lines specific to both versions of the framework instead of only running lines specific to the version being used for compilation.

Added ${} to all instances where CMAKE_PREFIX_PATH is compared for correct results.