mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
Don't print "Choosing Qt $version" multiple times
This commit is contained in:
parent
026490acc6
commit
5e624605cf
1 changed files with 0 additions and 2 deletions
|
@ -5,10 +5,8 @@ def resolve(arch):
|
|||
os.environ['QT'] = '6.2.9'
|
||||
elif sys.platform == 'win32':
|
||||
if arch == 'arm' or 'qt6' in sys.argv:
|
||||
print('Choosing Qt 6.')
|
||||
os.environ['QT'] = '6.8.1'
|
||||
elif os.environ.get('QT') is None:
|
||||
print('Choosing Qt 5.')
|
||||
os.environ['QT'] = '5.15.15'
|
||||
elif os.environ.get('QT') is None:
|
||||
return False
|
||||
|
|
Loading…
Add table
Reference in a new issue