From a0068cabb76e290f9673aa898a76a07d3399244f Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 23 Apr 2019 17:04:33 -0700 Subject: [PATCH] Force download of Qt. --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index e1d509b9df..7bc35b28c3 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -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':