CMake: pro2cmake.py: Fix typing information
Change-Id: Iaa6ea69c3c72eb1b626a976fcdb16243f15c609e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
81542ffb91
commit
9365a01531
@ -92,7 +92,7 @@ def process_qrc_file(target: str, filepath: str, base_dir: str = '') -> str:
|
|||||||
|
|
||||||
full_resource_name = resource_name + (str(resource_count) if resource_count > 0 else '')
|
full_resource_name = resource_name + (str(resource_count) if resource_count > 0 else '')
|
||||||
|
|
||||||
files: Dict[str, str] = {}
|
files: typing.Dict[str, str] = {}
|
||||||
for file in resource:
|
for file in resource:
|
||||||
path = file.text
|
path = file.text
|
||||||
assert path
|
assert path
|
||||||
|
Loading…
Reference in New Issue
Block a user