mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix qt version
This commit is contained in:
parent
b2f0b3135e
commit
6b3fc174d4
@ -43,7 +43,7 @@ if not args.build_type:
|
||||
print("Build type argument is missing (release,debug). Example: python build.py -t release -s=True")
|
||||
sys.exit(1)
|
||||
|
||||
qt_version = "5.15.2"
|
||||
qt_version = "6.2.0"
|
||||
print("Starting build with type %s. Qt Version: %s" %
|
||||
(args.build_type, qt_version))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user