Enable autobuild for qt5-static

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2023-05-20 17:39:51 +01:00 committed by Christoph Reiter
parent dfc132af9d
commit 13b6b27fea

View File

@ -77,7 +77,6 @@ class Config:
MANUAL_BUILD: List[Tuple[str, List[BuildType]]] = [
('mingw-w64-firebird-git', []),
('mingw-w64-qt5-static', ['mingw32', 'mingw64', 'ucrt64', 'clang32', 'clang64']),
('mingw-w64-arm-none-eabi-gcc', []),
]
"""Packages that take too long to build, or can't be build and should be handled manually"""