mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
testing.
This commit is contained in:
parent
2edf1676ea
commit
ffa0902dfc
1 changed files with 2 additions and 2 deletions
|
@ -240,8 +240,8 @@ 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')):
|
||||
### 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")
|
||||
dest = os.path.join(self.path, 'installed')
|
||||
if platform.system() == 'Windows':
|
||||
|
|
Loading…
Reference in a new issue