mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +00:00
change cmake cmd
This commit is contained in:
parent
55341584e4
commit
89bec724d9
@ -25,14 +25,7 @@ class CMake(Make):
|
||||
return self.mainCmd()
|
||||
|
||||
def windowsXmakeCmd(self, props):
|
||||
|
||||
command = [
|
||||
'cmake',
|
||||
'-DCMAKE_PREFIX_PATH=$QTDIR',
|
||||
"."
|
||||
]
|
||||
|
||||
return command
|
||||
return 'cmake -DCMAKE_PREFIX_PATH=%QTDIR% .'
|
||||
|
||||
def androidXmakeCmd(self, props):
|
||||
secret = SecretManager(self.home + "/buildBotSecret/secret.json")
|
||||
|
Loading…
x
Reference in New Issue
Block a user