Releases: KDAB/KDStateMachineEditor
Releases · KDAB/KDStateMachineEditor
Release v2.0.0
- Supports Qt6 in addition to Qt5 (co-installable)
- Buildsystem: increase CMake min version to 3.16.0
- Buildsystem: add uninstall target
- Buildsystem: generate and install kdsme-version.h
- Use official Graphviz from upstream with -DKDSME_INTERNAL_GRAPHVIZ=True
- Fix build with more recent graphviz versions
- Buildsystem: new Option BUILD_SHARED_LIBS to select between shared or static libraries
- Rename the following CMake options:
BUILD_DOCS -> KDSME_DOCS
BUILD_EXAMPLES -> KDSME_EXAMPLES
BUILD_QT6 -> KDSME_QT6
WITH_STATIC_GRAPHVIZ -> KDSME_STATIC_GRAPHVIZ - Use standard cmake options instead of custom ones:
BUILD_TESTS -> BUILD_TESTING
KDStateMachineEditor 1.2.8
ReleaseNotes:
- Support for Qt5.15
- REUSE compliant licensing
KDStateMachineEditor 1.2.7
ReleaseNotes:
- Small buildsystem fixes for rpath and static builds
KDStateMachineEditor 1.2.6
ReleaseNotes:
- New EULA (see LICENSE.txt)
- New CMake option BUILD_TESTS to disable building the tests
- Comes with an installing file for Conan (see conan folder)
- Small cleanups
KDStateMachineEditor 1.2.5
ReleaseNotes:
- Keeping up with Qt5, CMake and QNX
KDStateMachineEditor 1.2.4
ReleaseNotes:
- Fix compile error
KDStateMachineEditor 1.2.3
ReleaseNotes:
- minor syncing with externals
KDStateMachineEditor 1.2.2
This is a bugfix release.
Highlights:
- Fix build issue with Qt 5.10 on windows+MSVC
- Update graphviz SHA1 (fixes issues regarding sort.exe lookup)
KDStateMachineEditor 1.2.1
This is a bugfix release.
Highlights:
- Handle building with QtRemoteObjects from Qt5.9
- API docs are always built if doxygen is found (unless -DBUILD_DOCS is off)
- QCH docs are also built
- Fix build against namespaced Qt
KDStateMachineEditor 1.2.0
This is a minor release.
Highlights:
- Introduce adapter for QtSCXML (requires Qt 5.8 or higher)
- Build system: Generate and install pdb files on Windows