This commit is contained in:
Andrei Yankovich 2019-12-30 17:36:15 +03:00
parent 06c56a7686
commit 95f2ff830a

View File

@ -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"