mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 09:33:08 +02:00
Do not always download Qt.
This commit is contained in:
parent
79f73cf06c
commit
67fb5efa37
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