4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-08 03:09:35 +00:00

fix syntax erro

This commit is contained in:
Andrei Yankovich 2021-07-19 19:29:28 +03:00
parent db2d7fa855
commit a2956da1d3

@ -99,7 +99,7 @@ class CMake(Make):
qtDir = os.environ['QTDIR']
if "5." in qtDir :
return "5"
else if "6." in qtDir:
elif "6." in qtDir:
return "6"
return "5"