qt_add_statecharts
This command was introduced in Qt 6.1.
Description
The qt6_add_statecharts
macro instructs CMake to invoke the qscxmlc tool to read the provided .scxml files and produce C++ source and header files, that contain the classes that implement the state machines as defined in SCXML.
Synopsis
qt6_add_statecharts(<TARGET> file1.scxml [file2.scxml ...] [OPTIONS ...])
For further instructions, options and examples please refer to Using the Qt SCXML Compiler (qscxmlc)
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.