mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
fix typo error
This commit is contained in:
parent
a2956da1d3
commit
cf20d6962c
@ -96,7 +96,7 @@ class CMake(Make):
|
||||
return ' '.join(options)
|
||||
|
||||
def getQtMajorVersion(self):
|
||||
qtDir = os.environ['QTDIR']
|
||||
qtDir = os.getenv('QTDIR', "")
|
||||
if "5." in qtDir :
|
||||
return "5"
|
||||
elif "6." in qtDir:
|
||||
|
Loading…
x
Reference in New Issue
Block a user