mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-10 12:19:34 +00:00
fix log
This commit is contained in:
parent
06c56a7686
commit
95f2ff830a
@ -26,7 +26,8 @@ class QtUpdater(Make):
|
||||
]
|
||||
|
||||
self.lastTargetDir = self.home + "/Qt/" + version + "/gcc_64"
|
||||
print("set TARGET int " self)
|
||||
print("set TARGET int ")
|
||||
print(self)
|
||||
|
||||
return command
|
||||
|
||||
@ -108,7 +109,8 @@ class QtUpdater(Make):
|
||||
return ["echo", result]
|
||||
|
||||
def lsLinux(self):
|
||||
print("get TARGET int " self)
|
||||
print("get TARGET int ")
|
||||
print(self)
|
||||
|
||||
res = "ln -sf " + self.lastTargetDir + "/bin/qmake "
|
||||
res += self.home + "/.local/bin/qmake-linux"
|
||||
|
Loading…
x
Reference in New Issue
Block a user