donate-cpu.py: Auto detect TinyXML2 cfg.

This commit is contained in:
orbitcowboy 2019-02-22 17:51:47 +01:00
parent 3f695fd453
commit 52c7a1b1c2
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
'python': ['<Python.h>'],
'qt': ['<QApplication>', '<QString>', '<QWidget>', '<QtWidgets>', '<QtGui'],
'sdl': ['<SDL.h>'],
'tinyxml2': ['<tinyxml2', '"tinyxml2'],
'wxwidgets': ['<wx/', '"wx/'],
'zlib': ['<zlib.h>'],
}