mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:00:36 +02:00
Do not download Qt if Qt_CMAKE_PREFIX_PATH as an environment variable
This commit is contained in:
parent
97ef2c030e
commit
da655c837e
1 changed files with 21 additions and 20 deletions
|
@ -257,6 +257,7 @@ endif()
|
|||
|
||||
def installQt(self):
|
||||
qt5InstallPath = self.getQt5InstallPath()
|
||||
if os.getenv('QT_CMAKE_PREFIX_PATH') == None:
|
||||
if not os.path.isdir(qt5InstallPath):
|
||||
print ('Downloading Qt from AWS')
|
||||
dest, tail = os.path.split(qt5InstallPath)
|
||||
|
|
Loading…
Reference in a new issue