From 4c2cb43af7f4981524fe7e287b80f30c1a58302e Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 16 Jan 2021 16:59:27 +0100 Subject: [PATCH] Update CI to Qt 5.15.2 --- Tools/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/build.py b/Tools/build.py index b21fbeb2..ebde4d8d 100644 --- a/Tools/build.py +++ b/Tools/build.py @@ -29,7 +29,7 @@ if not args.build_type: print("Build type argument is missing (release,debug). Example: python build.py -t release") sys.exit(1) -qt_version = "5.15.1" +qt_version = "5.15.2" print("Starting build with type %s. Qt Version: %s" % (args.build_type, qt_version))