Allow Qt 5.11 for backends in configdata.yml
This commit is contained in:
parent
05e73872b6
commit
4ea957b68b
@ -149,6 +149,7 @@ def _parse_yaml_backends_dict(name, node):
|
||||
False: False,
|
||||
'Qt 5.8': qtutils.version_check('5.8'),
|
||||
'Qt 5.9': qtutils.version_check('5.9'),
|
||||
'Qt 5.11': qtutils.version_check('5.11'),
|
||||
}
|
||||
for key in sorted(node.keys()):
|
||||
if conditionals[node[key]]:
|
||||
|
Loading…
Reference in New Issue
Block a user