mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Update CI to Qt 5.15.2
This commit is contained in:
parent
0671e10789
commit
4c2cb43af7
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user