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

@ -1 +1 @@
Subproject commit 4b36e4644824b6d0a1d34aaa238c910c49431071
Subproject commit 0702ef4cdd8ab888fdadaa4f5b2eb0c9d5844b69