Revert "BUGZ-1551: Do not download Qt if Qt_CMAKE_PREFIX_PATH is set as an environment variable"

This commit is contained in:
Brad Hefta-Gaub 2019-09-24 11:26:50 -07:00 committed by GitHub
parent b491d00c00
commit 54dae34abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -257,7 +257,6 @@ endif()
def installQt(self): def installQt(self):
qt5InstallPath = self.getQt5InstallPath() qt5InstallPath = self.getQt5InstallPath()
if os.getenv('QT_CMAKE_PREFIX_PATH') == None:
if not os.path.isdir(qt5InstallPath): if not os.path.isdir(qt5InstallPath):
print ('Downloading Qt from AWS') print ('Downloading Qt from AWS')
dest, tail = os.path.split(qt5InstallPath) dest, tail = os.path.split(qt5InstallPath)