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

Bump qt version to 6.4.1

This commit is contained in:
Elias Steurer 2022-11-19 16:32:37 +01:00
parent ed77f15224
commit 4da1f5cd04

View File

@ -5,7 +5,7 @@ from sys import stdout
stdout.reconfigure(encoding='utf-8')
VCPKG_VERSION = "2871ddd" # Master 11.11.2022
QT_VERSION = "6.3.2"
QT_VERSION = "6.4.1"
QT_IFW_VERSION = "4.5"
SCREENPLAY_VERSION = "0.15.0-RC3"
AQT_PATH = Path("C:/aqt") if sys.platform == "win32" else Path().home().joinpath("aqt")