mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Bump qt version to 6.4.1
This commit is contained in:
parent
ed77f15224
commit
4da1f5cd04
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user