1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Bump IFW and vcpkg

This commit is contained in:
Elias Steurer 2022-11-11 12:19:13 +01:00
parent c32889166b
commit 4f9fa3e266

View File

@ -4,9 +4,9 @@ from sys import stdout
stdout.reconfigure(encoding='utf-8')
VCPKG_VERSION = "c72cefb" # Master 27.10.2022
VCPKG_VERSION = "2871ddd" # Master 11.11.2022
QT_VERSION = "6.3.2"
QT_IFW_VERSION = "4.4"
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")
PYTHON_EXECUTABLE = "python" if sys.platform == "win32" else "python3"