summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 14:05:35 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 14:18:58 +0000
commitf33069be243b08fef71e2681e1ed53a9bc6c89b6 (patch)
treecaf314aad9427eb97b4190c7103abdbac7f6f076
parent17e2befe2a18fcb29a17bd51d16e4ba935d9f7ef (diff)
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>
-rwxr-xr-xutil/cmake/pro2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index e2cd148b40..63865aafd7 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -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",