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

CMake: Add the GAMMARAY_ALWAYS_INSTALL_HEADERS option #929

Closed Kentzo closed 10 months ago

Kentzo commented 10 months ago

Currently static probe forces probe-only builds which does not install .cmake, .pri and .h files. This complicates usage of the project.

The new option, by default, does not alter old behavior. But when explicitly set to TRUE it installs these support files.

CLAassistant commented 10 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: Kentzo
:x: pre-commit-ci[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

Kentzo commented 10 months ago

Please feel free to rename the variable as you set fit.

Kentzo commented 10 months ago

Closing for some changes.