summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-09-20 10:33:04 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-09-20 09:27:51 +0000
commitd245ba48e75cd3de08d7e3d2b2d5186794a4d1a9 (patch)
tree3393c1030bafc5811d8a50cee328f20692229937 /util
parent6cefa950e9a87718b2acec8d7ab405ea1b09c444 (diff)
CMake: pro2cmake: Do not mis-report used values as ignored
Do not mis-report "PLUGIN_TYPE", "PLUGIN_CLASS_NAME", "CLASS_NAME" and "MODULE_PLUGIN_TYPES" as ignored. The script evaluates these. Change-Id: I26546a7eff61a20afe68168a865fe3ac99f66319 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/pro2cmake.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index f135b9d998..1b58dc7f86 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -1920,6 +1920,10 @@ def write_ignored_keys(scope: Scope, indent: str) -> str:
"QT_SOURCE_TREE",
"QT_BUILD_TREE",
"TRACEPOINT_PROVIDER",
+ "PLUGIN_TYPE",
+ "PLUGIN_CLASS_NAME",
+ "CLASS_NAME",
+ "MODULE_PLUGIN_TYPES",
}:
# All these keys are actually reported already
continue