donate-cpu.py: Auto detect <windows.h> and activate windows.cfg.
This commit is contained in:
parent
63368d41bb
commit
267074964d
|
@ -38,7 +38,7 @@ import platform
|
||||||
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
||||||
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
||||||
# changes)
|
# changes)
|
||||||
CLIENT_VERSION = "1.1.13"
|
CLIENT_VERSION = "1.1.14"
|
||||||
|
|
||||||
|
|
||||||
def checkRequirements():
|
def checkRequirements():
|
||||||
|
@ -246,6 +246,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
|
||||||
'qt': ['<QApplication>', '<QString>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
'qt': ['<QApplication>', '<QString>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
||||||
'sdl': ['<SDL.h>'],
|
'sdl': ['<SDL.h>'],
|
||||||
'tinyxml2': ['<tinyxml2', '"tinyxml2'],
|
'tinyxml2': ['<tinyxml2', '"tinyxml2'],
|
||||||
|
'windows': ['<windows.h>'],
|
||||||
'wxwidgets': ['<wx/', '"wx/'],
|
'wxwidgets': ['<wx/', '"wx/'],
|
||||||
'zlib': ['<zlib.h>'],
|
'zlib': ['<zlib.h>'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue