1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-01 16:19:47 +02:00

Fix qt version

This commit is contained in:
Elias Steurer 2021-11-13 14:30:55 +01:00
parent c74e80f00a
commit 797b4e205c

View File

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