This commit is contained in:
NissimHadar 2019-04-23 07:22:29 -07:00
parent bffc0e8a85
commit 5144c3b0a8

View file

@ -238,7 +238,7 @@ 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')):
print ("Downloading Qt from AWS")
dest = os.path.join(self.path, 'installed')
if platform.system() == 'Windows':