If you are developing with Qt Creator, I have been working on it's git module recently. If someone was/is using it, I'd like to hear your opinion about it and maybe ideas for new features.
About git use for testers - I do not think we should complicate things - there is no need for creating local branches or anything. We can simply learn people how to: 1 - List branches: git branch --all 2 - checkout remote branches: git checkout origin/jriegel/dev-assembly NOTE: origin/jriegel/dev-as...
Hi, when I am building installer for win: 1 - I copy entire content of libpack into source directory 2 - I make in-source build (set it with cmake to have both directories to be source dir) 3 - compile 4 - (because of 2 bugs) modify stuff described here: https://sourceforge.net/apps/mantisbt/free-c...