mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-11 20:59:36 +00:00
fix choose builder for android g
This commit is contained in:
parent
3af188d914
commit
6a06e8d00f
@ -150,9 +150,8 @@ class CMake(Make):
|
||||
return ' '.join(options)
|
||||
|
||||
def androidXmakeCmd(self, props):
|
||||
isQt6 = os.getenv('QT6DIR', '')
|
||||
|
||||
if len(isQt6) > 0:
|
||||
if self.patform == BaseModule.P_AndroidQt6:
|
||||
return self.androidXmakeSinglAbiCmdQt6(props)
|
||||
|
||||
return self.androidXmakeSinglAbiCmdQt5(props)
|
||||
|
Loading…
x
Reference in New Issue
Block a user