mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 15:57:39 +02:00
To update the vcpkg Qt.
This commit is contained in:
parent
a4d5aa8eac
commit
230493035d
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,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':
|
||||
|
|
Loading…
Reference in a new issue