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.56k stars 280 forks source link

error when i cloned gammaray from github #996

Open shabanreda opened 5 days ago

shabanreda commented 5 days ago

please need help! i am using qt6.7 when i clone Gammaray from github I open qt creator and start with New project > Git Clone Location Repository: https://github.com/KDAB/GammaRay.git Directory: GammaRay CLK > Next (clones into GammaRay) > CLK > Finish (open dialog box with 2 Project File: choices)

My 2nd attempt I selected: D:\Qt\GammaRay\gamma-qt-ci-only.pro (this file does exist in this directory) CLK > OK (opens Configure Project screen with two(2) suitable kits available. Desktop_Qt_6_7_0_MSVC2019_64bit_release > CLK > Details (unchecked Debug and Profile per your video)

This opens a Qt Creator project but with errors: it shows that error

"K:\embedded_deploma\qt_quick\qt_projects\GammaRay\qt-ci-wrapper\qt-ci-wrapper.pro:54: error: Cannot find feature qt_docs "

refere to load(qt_docs) in qt-ci-wrapper\qt-ci-wrapper.pro

winterz commented 5 days ago

not sure what you're trying to do but qt-ci-wrapper.pro is intended for the Qt CI system only.

we use the cmake buildsystem read the INSTALL.md file

shabanreda commented 5 days ago

gammaray daialog

not sure what you're trying to do but qt-ci-wrapper.pro is intended for the Qt CI system only.

we use the cmake buildsystem read the INSTALL.md file

I follow steps that is explained in KDAB Gammaray tutorial to setup gammaray in windows https://www.youtube.com/watch?v=GefC1-W6TO0

but it opens dialog box with 2 Project File: choices

shabanreda commented 5 days ago

When I choose the first option, this window appears for me to choose kits. gammaray daialog2 if i choose (select all Kits) , It shows me the following error : :-1: error: The kit needs to define a CMake tool to parse this project.