mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Set Qt version in configure.py
This commit is contained in:
parent
8adec5fcfd
commit
65ddbec794
2 changed files with 3 additions and 1 deletions
|
@ -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
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 4b36e4644824b6d0a1d34aaa238c910c49431071
|
||||
Subproject commit 0702ef4cdd8ab888fdadaa4f5b2eb0c9d5844b69
|
Loading…
Add table
Reference in a new issue