mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 03:46:52 +02:00
For testing.
This commit is contained in:
parent
f1593cad70
commit
6445d6d031
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ endif()
|
||||||
|
|
||||||
|
|
||||||
def installQt(self):
|
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')
|
dest = os.path.join(self.path, 'installed')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue