pro2cmake: Ignore QTRO_SOURCE_TREE if unused
Gets rid of new flood of QTRO_SOURCE_TREE unused commented lines
when regenerating projects.
Amends 152c593423
Change-Id: I5485643459078cd53face3080aa600df7d082595
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
ecf8644c7d
commit
f7bb15a11b
@ -2105,6 +2105,7 @@ def write_ignored_keys(scope: Scope, indent: str) -> str:
|
||||
"QMAKE_DOCS",
|
||||
"QT_SOURCE_TREE",
|
||||
"QT_BUILD_TREE",
|
||||
"QTRO_SOURCE_TREE",
|
||||
"TRACEPOINT_PROVIDER",
|
||||
"PLUGIN_TYPE",
|
||||
"PLUGIN_CLASS_NAME",
|
||||
|
Loading…
Reference in New Issue
Block a user