2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Set Qt version in configure.py

This commit is contained in:
Ilya Fedin
2022-08-14 09:28:38 +04:00
committed by John Preston
parent 8adec5fcfd
commit 65ddbec794
2 changed files with 3 additions and 1 deletions

View File

@@ -59,4 +59,6 @@ if officialTarget != '':
arguments.append('-DTDESKTOP_API_HASH=' + apiHashMatch.group(1))
if arch != '':
arguments.append(arch)
os.environ["QT"] = "5.15.4" if sys.platform == 'win32' else "6.3.1"
finish(run_cmake.run(scriptName, arguments))

2
cmake

Submodule cmake updated: 4b36e46448...0702ef4cdd