summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2019-09-24 11:56:52 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2019-09-24 11:45:02 +0000
commitc3131f9f5e78eb661eddb8d536b25ee8ed5516fc (patch)
tree696acb6d8b1259e46b40b387a5b4017143725ca5 /util/cmake
parent0441e3743e7d2d7e809903ad5dec9e72f5317dea (diff)
pro2cmake: Fix call of write_statecharts for examples
Change-Id: I5417a20deda07b96499ac4f2707e7234b0f4eb7b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index f149898ae5..a2bbce53f0 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -2945,7 +2945,7 @@ def write_example(
)
write_resources(cm_fh, binary_name, scope, indent=indent, is_example=True)
- write_statecharts(cm_fh, binary_name, scope, indent=indent)
+ write_statecharts(cm_fh, binary_name, scope, indent=indent, is_example=True)
if qmldir:
write_qml_plugin_epilogue(cm_fh, binary_name, scope, qmldir, indent)