1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Fix missing aqt option

This commit is contained in:
Elias Steurer 2022-07-29 14:56:45 +02:00
parent f5bb79d160
commit 671866de60

View File

@ -521,6 +521,9 @@ if __name__ == "__main__":
if args.sign_build:
sign_build = True
if args.use_aqt:
use_aqt = True
build_config = BuildConfig()
build_config.qt_version = qt_version
build_config.qt_ifw_version = qt_ifw_version