Force download of Qt.

This commit is contained in:
NissimHadar 2019-04-23 17:04:33 -07:00
parent 70531bca52
commit a0068cabb7

View file

@ -240,7 +240,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':