pro2cmake: Fix call of write_statecharts for examples
Change-Id: I5417a20deda07b96499ac4f2707e7234b0f4eb7b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
0441e3743e
commit
c3131f9f5e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user