mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Added debug message.
This commit is contained in:
parent
ffa0902dfc
commit
d3e3fa5249
1 changed files with 3 additions and 2 deletions
|
@ -242,7 +242,7 @@ endif()
|
|||
def installQt(self):
|
||||
### if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
print ("Downloading Qt from AWS")
|
||||
print ("Downloading Qt from AWS ")
|
||||
dest = os.path.join(self.path, 'installed')
|
||||
if platform.system() == 'Windows':
|
||||
url = "https://hifi-qa.s3.amazonaws.com/qt5/Windows/qt5-install.tar.gz"
|
||||
|
@ -250,7 +250,8 @@ endif()
|
|||
url = "https://hifi-qa.s3.amazonaws.com/qt5/Mac/qt5-install.tar.gz"
|
||||
elif platform.system() == 'Linux':
|
||||
url = "https://hifi-qa.s3.amazonaws.com/qt5/Ubuntu/qt5-install.tar.gz"
|
||||
|
||||
|
||||
print("Extracting " + url + " to " + dest)
|
||||
hifi_utils.downloadAndExtract(url, dest)
|
||||
else:
|
||||
print ("Qt has already been downloaded")
|
||||
|
|
Loading…
Reference in a new issue