diff --git a/tools/donate-cpu.py b/tools/donate-cpu.py index 90f735588..79162ddb0 100644 --- a/tools/donate-cpu.py +++ b/tools/donate-cpu.py @@ -40,7 +40,7 @@ import platform # 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 # changes) -CLIENT_VERSION = "1.1.26" +CLIENT_VERSION = "1.1.27" def check_requirements(): @@ -264,7 +264,7 @@ def scan_package(work_path, cppcheck_path, jobs): 'opengl': ['', '', ''], # 'openmp': [''], <= enable after release of version 1.89 'python': ['', '"Python.h"'], - 'qt': ['', '', '', '', '', '', '', '', '', '', '', ''], 'sqlite3': ['', '"sqlite3.h"'],