From 797b4e205c8a6a064acb1fd970b5da134b201f7e Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 13 Nov 2021 14:30:55 +0100 Subject: [PATCH] Fix qt version --- Tools/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build.py b/Tools/build.py index a45a0591..e15e5a8a 100644 --- a/Tools/build.py +++ b/Tools/build.py @@ -45,7 +45,7 @@ if not args.build_type: print("Build type argument is missing (release,debug). Example: python build.py -t release -steam=True") sys.exit(1) -qt_version = "6.2.0" +qt_version = "6.2.1" steam_build = "OFF" if args.steam_build: if args.steam_build: