This commit is contained in:
Andrei Yankovich 2020-06-19 14:13:37 +03:00
parent 16b3871ad7
commit de29ac0ce2

View File

@ -3,7 +3,6 @@
from BuildBotLib.make import Make
from BuildBotLib.secretManager import SecretManager
import glob
import os
class QMake(Make):
@ -15,7 +14,7 @@ class QMake(Make):
return "Q"
def isSupport(self, step):
return True
return len(glob.glob1('.', '*.pro')) > 0
def mainCmd(self):
command = [