mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-20 00:49:33 +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"
|
self.lastTargetDir = self.home + "/Qt/" + version + "/gcc_64"
|
||||||
print("set TARGET int " self)
|
print("set TARGET int ")
|
||||||
|
print(self)
|
||||||
|
|
||||||
return command
|
return command
|
||||||
|
|
||||||
@ -108,7 +109,8 @@ class QtUpdater(Make):
|
|||||||
return ["echo", result]
|
return ["echo", result]
|
||||||
|
|
||||||
def lsLinux(self):
|
def lsLinux(self):
|
||||||
print("get TARGET int " self)
|
print("get TARGET int ")
|
||||||
|
print(self)
|
||||||
|
|
||||||
res = "ln -sf " + self.lastTargetDir + "/bin/qmake "
|
res = "ln -sf " + self.lastTargetDir + "/bin/qmake "
|
||||||
res += self.home + "/.local/bin/qmake-linux"
|
res += self.home + "/.local/bin/qmake-linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user