Re: Bump min Qt version
Posted by
Gilles Caulier-4 on
Jun 18, 2021; 12:01pm
URL: http://digikam.185.s1.nabble.com/Bump-min-Qt-version-tp4717238p4717328.html
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