summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index adcbaa9868..56d5f24b67 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -349,7 +349,7 @@ class Scope(object):
return child_count == 1 or self._children[1]._condition == 'else'
def settle_condition(self):
- new_children: typing.List[scope] = []
+ new_children: typing.List[Scope] = []
for c in self._children:
c.settle_condition()