pro2cmake: Fix call of write_statecharts for examples

Change-Id: I5417a20deda07b96499ac4f2707e7234b0f4eb7b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2019-09-24 11:56:52 +02:00
parent 0441e3743e
commit c3131f9f5e

View File

@ -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)