mirror of
https://github.com/overte-org/overte.git
synced 2025-07-05 07:09:41 +02:00
Revert "BUGZ-1551: Do not download Qt if Qt_CMAKE_PREFIX_PATH is set as an environment variable"
This commit is contained in:
parent
b491d00c00
commit
54dae34abe
1 changed files with 20 additions and 21 deletions
|
@ -257,7 +257,6 @@ 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