Re: Bump min Qt version
Posted by
Anjani Kumar on
Jun 18, 2021; 1:09pm
URL: http://digikam.185.s1.nabble.com/Bump-min-Qt-version-tp4717238p4717330.html
Thanks , will do
Anjani
yes, this can be run locally, but :
1/ sync your branch (i just add a new option to not update web site page with static analyzer results)
2/ go to project/reports/
3/ fix cppcheck dependencies (look on top of ./cppcheck.sh script)
4/ run ./cppcheck.sh --nowebupdate. This will parse the whole digiKam source code. This can take a few minutes.
5/ local results are in html page located in ./report.cppcheck
Gilles Caulier