mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 10:49:37 +00:00
checnge base module of theqt chooser
This commit is contained in:
parent
f99561d72f
commit
2ad0ee0e88
@ -2,8 +2,9 @@
|
||||
|
||||
from BuildBotLib.make import Make
|
||||
from BuildBotLib.secretManager import SecretManager
|
||||
from BuildBotLib.basemodule import BaseModule
|
||||
|
||||
import multiprocessing
|
||||
import os
|
||||
|
||||
class CMake(Make):
|
||||
|
||||
@ -151,7 +152,7 @@ class CMake(Make):
|
||||
|
||||
def androidXmakeCmd(self, props):
|
||||
|
||||
if self.platform == self.P_AndroidQt6:
|
||||
if self.platform == BaseModule.P_AndroidQt6:
|
||||
return self.androidXmakeSinglAbiCmdQt6(props)
|
||||
|
||||
return self.androidXmakeSinglAbiCmdQt5(props)
|
||||
|
Loading…
x
Reference in New Issue
Block a user