mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-28 06:34:35 +00:00
fix cmake module
This commit is contained in:
parent
7872459508
commit
6432e3d218
@ -175,13 +175,3 @@ class CMake(Make):
|
|||||||
|
|
||||||
return ' '.join(options)
|
return ' '.join(options)
|
||||||
|
|
||||||
def getPropertyes(self):
|
|
||||||
|
|
||||||
base = super().getPropertyes()
|
|
||||||
return base + [
|
|
||||||
util.BooleanParameter(
|
|
||||||
name='Qt5',
|
|
||||||
label='Use old qt version (maybe requirement for legacy projects)',
|
|
||||||
default=True
|
|
||||||
),
|
|
||||||
]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user