From 5144c3b0a8b9b5f180b54e97668d4ff6f80bed02 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Tue, 23 Apr 2019 07:22:29 -0700 Subject: [PATCH] testing --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index 363fbb51d9..dc3558db82 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -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':