donate-cpu.py: Auto detect TinyXML2 cfg.
This commit is contained in:
parent
3f695fd453
commit
52c7a1b1c2
|
@ -236,6 +236,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
|
||||||
'python': ['<Python.h>'],
|
'python': ['<Python.h>'],
|
||||||
'qt': ['<QApplication>', '<QString>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
'qt': ['<QApplication>', '<QString>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
||||||
'sdl': ['<SDL.h>'],
|
'sdl': ['<SDL.h>'],
|
||||||
|
'tinyxml2': ['<tinyxml2', '"tinyxml2'],
|
||||||
'wxwidgets': ['<wx/', '"wx/'],
|
'wxwidgets': ['<wx/', '"wx/'],
|
||||||
'zlib': ['<zlib.h>'],
|
'zlib': ['<zlib.h>'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue