mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 14:44:36 +00:00
fix cmake windows
This commit is contained in:
parent
141d9445be
commit
a5936b2687
@ -2,6 +2,7 @@
|
||||
|
||||
from BuildBotLib.make import Make
|
||||
from BuildBotLib.secretManager import SecretManager
|
||||
import os
|
||||
|
||||
|
||||
class CMake(Make):
|
||||
@ -25,9 +26,10 @@ class CMake(Make):
|
||||
return self.mainCmd()
|
||||
|
||||
def windowsXmakeCmd(self, props):
|
||||
Qt = os.environ['QTDIR']
|
||||
command = [
|
||||
'cmake',
|
||||
'-DCMAKE_PREFIX_PATH=%QT_DIR%',
|
||||
'-DCMAKE_PREFIX_PATH=' + Qt,
|
||||
"."
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user