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

Fix qt version

This commit is contained in:
Elias Steurer 2021-09-10 12:47:21 +02:00
parent b2f0b3135e
commit 6b3fc174d4

View File

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