1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Update CI to Qt 5.15.2

This commit is contained in:
Elias Steurer 2021-01-16 16:59:27 +01:00
parent 0671e10789
commit 4c2cb43af7

View File

@ -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))