mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 16:06:45 +02:00
Merge branch '22007-hifiQtBuildv2' of github.com:NissimHadar/hifi into 22007-hifiQtBuildv2
This commit is contained in:
commit
b40209588a
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ endif()
|
|||
|
||||
|
||||
def installQt(self):
|
||||
if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')):
|
||||
print ("Downloading Qt from AWS ")
|
||||
dest = os.path.join(self.path, 'installed')
|
||||
if platform.system() == 'Windows':
|
||||
|
|
Loading…
Reference in a new issue