mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +00:00
try fix qt Builder
This commit is contained in:
parent
5c4eb0a2ea
commit
5b018dab61
@ -2,18 +2,17 @@
|
||||
|
||||
from BuildBotLib.make import Make
|
||||
from BuildBotLib.basemodule import BaseModule
|
||||
|
||||
from buildbot.plugins import util, steps
|
||||
|
||||
import subprocess
|
||||
|
||||
|
||||
class QtUpdater(Make):
|
||||
|
||||
qtDefaultHelp = []
|
||||
lastTargetDir = ""
|
||||
|
||||
def __init__(self):
|
||||
Make.__init__(self)
|
||||
self.qtDefaultHelp = []
|
||||
self.lastTargetDir = ""
|
||||
|
||||
def linuxXmakeCmd(self, props):
|
||||
version = props.getProperty("branch")
|
||||
|
Loading…
x
Reference in New Issue
Block a user