pro2cmake: Consider _LOADED operations as always processed

To remove wrong unused keys comments from the project file.

Change-Id: Ib52b1738b6136a54f6accb86156b9b2609f331c3
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-12 14:05:35 +01:00
parent 17e2befe2a
commit f33069be24

View File

@ -1933,6 +1933,7 @@ def write_ignored_keys(scope: Scope, indent: str) -> str:
for k in sorted(ignored_keys):
if k in {
"_INCLUDED",
"_LOADED",
"TARGET",
"QMAKE_DOCS",
"QT_SOURCE_TREE",