qt_add_statecharts

이 명령은 Qt 6.1에 도입되었습니다.

설명

qt6_add_statecharts 매크로는 제공된 .scxml 파일을 읽고 SCXML에 정의된 대로 상태 머신을 구현하는 클래스를 포함하는 C++ 소스 및 헤더 파일을 생성하기 위해 qscxmlc 도구를 호출하도록 CMake에 지시합니다.

시놉시스

qt6_add_statecharts(<TARGET> file1.scxml [file2.scxml ...]
                    [OPTIONS ...])

자세한 지침, 옵션 및 예제는 Qt SCXML 컴파일러 사용(qscxmlc)을 참조하세요 .

© 2025 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.