1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 03:53:23 +02:00

scripts: bump default Qt version to 6.2.3

Change-Id: Ie54c715144cdc9948fd395672277dd336b599f34
This commit is contained in:
Andreas Traczyk 2022-03-08 14:07:12 -05:00
parent e7cc0497ce
commit 4edcc091f5

View file

@ -11,7 +11,7 @@ import multiprocessing
import fileinput
from enum import Enum
qt_version_default = '6.2.1'
qt_version_default = '6.2.3'
vs_where_path = os.path.join(
os.environ['ProgramFiles(x86)'], 'Microsoft Visual Studio', 'Installer', 'vswhere.exe'