-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gammaray: Add at 3.0.0 #3041
gammaray: Add at 3.0.0 #3041
Conversation
Since this uses cmake it's really easy. Basically you add an extra flag to cmake to create a different build directory for each invocation of cmake without requiring you to copy the source or do anything like that. Then you add a flag to ninja to use that directory, and call the build and install phases for each build. This is a very common thing in the repo right now since many KDE libs are being built for both Qt5 and Qt6. See |
**Summary** Initial inclusion of GammaRay. Fixes #2825 Signed-off-by: Evan Maddock <[email protected]>
Summary
Initial inclusion of GammaRay.
Fixes #2825
Signed-off-by: Evan Maddock [email protected]
Test Plan
Start a Qt6 application with GammaRay and see that a window with the object tree appears.
Checklist