mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:03:11 +02:00
testing
This commit is contained in:
parent
bffc0e8a85
commit
5144c3b0a8
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,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')
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
|
|
Loading…
Reference in a new issue