4
0
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:
Andrei Yankovich 2021-06-05 13:10:55 +03:00
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)