summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-10-08 18:36:30 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-08 16:56:23 +0000
commitf7bb15a11b82ce54d551e131a99aa5e75889bd46 (patch)
treec54f8e4d0b272d026114ebe8e5d46d75ea1856b6 /util
parentecf8644c7d7eb330cd3dd2f6ec14da6a6c7221b4 (diff)
pro2cmake: Ignore QTRO_SOURCE_TREE if unused
Gets rid of new flood of QTRO_SOURCE_TREE unused commented lines when regenerating projects. Amends 152c593423ee42c9197bf2b6f7e9e44e9fd6111b Change-Id: I5485643459078cd53face3080aa600df7d082595 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'util')
-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 5e1af0d373..d287856b49 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -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",