From 71f1d870388f017a5eeda00c6f95a0bc12204f16 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Sun, 5 May 2019 22:51:57 -0700 Subject: [PATCH] Removed test code. --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index b32279cbe7..fb7e13a0c2 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -240,7 +240,7 @@ endif() def installQt(self): - if True or not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): + if not os.path.isdir(os.path.join(self.path, 'installed', 'qt5-install')): print ('Downloading Qt from AWS') dest = os.path.join(self.path, 'installed')