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:
@@ -59,4 +59,6 @@ if officialTarget != '':
|
|||||||
arguments.append('-DTDESKTOP_API_HASH=' + apiHashMatch.group(1))
|
arguments.append('-DTDESKTOP_API_HASH=' + apiHashMatch.group(1))
|
||||||
if arch != '':
|
if arch != '':
|
||||||
arguments.append(arch)
|
arguments.append(arch)
|
||||||
|
|
||||||
|
os.environ["QT"] = "5.15.4" if sys.platform == 'win32' else "6.3.1"
|
||||||
finish(run_cmake.run(scriptName, arguments))
|
finish(run_cmake.run(scriptName, arguments))
|
||||||
|
2
cmake
2
cmake
Submodule cmake updated: 4b36e46448...0702ef4cdd
Reference in New Issue
Block a user