- Update 0010-change-language-files-path.patch to 1.89
- Use FILESDIR instead of CFGDIR, see:
https://github.com/danmar/cppcheck/commit/a17f2a6
- Install .qm files in subfolder 'lang' and not 'cfg/lang' any more.
- Use MATCHCOMPILER=yes instead of SRCDIR=build, see:
https://github.com/danmar/cppcheck/commit/1b4485a
Fixes warning Makefile:10:
Usage of SRCDIR to activate match compiler is deprecated.
Use MATCHCOMPILER=yes instead.
specify path to compiler to reduce chance that it will be called with the wrong compiler.
Make copies of source-code for each platform. Othwise, you can get an error about unrecognized formats with w Win64 binary is used with a 32-bit binary build process.
Enable QChart.
enable build tests.