1. Home
  2. Browse
  3. kdstatemachineeditor

kdstatemachineeditor

v2.0.0#0Latest

A framework for creating Qt State Machine metacode using a graphical user interface

Install

Run the following Vcpkg command to install the port.

vcpkg install kdstatemachineeditor

Usage

kdstatemachineeditor provides CMake targets:

find_package(KDSME-qt6 CONFIG REQUIRED)

# Core library

target_link_libraries(main PRIVATE KDSME::Core)

# View library

target_link_libraries(main PRIVATE KDSME::View)

# Debug interface client library

target_link_libraries(main PRIVATE KDSME::DebugInterfaceClient)

# Debug interface server library

target_link_libraries(main PRIVATE KDSME::DebugInterfaceSource)

Dependencies

See source

Version

v2.0.0#0

Publication

Supports

All

GitHub

KDAB/KDStateMachineEditor173

Homepage

github.com/KDAB/KDStateMachineEditor

Subtree

ef6588394c

License

LGPL-2.1-only

Definition

Manifest