Login  Register

Re: Bump min Qt version

Posted by Anjani Kumar on Jun 18, 2021; 2:55pm
URL: http://digikam.185.s1.nabble.com/Bump-min-Qt-version-tp4717238p4717334.html

How should I push STL changes for review? I am thinking of opening a Work in progress MR and keep committing changes in it and you can continue reviewing the MR until it is finished and then merge?

Thanks
Anjani

On Jun 18 2021, at 6:39 pm, Anjani Kumar <[hidden email]> wrote:
Thanks , will do

Anjani

On Jun 18 2021, at 5:31 pm, Gilles Caulier <[hidden email]> wrote:
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