aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdstatemachineeditor/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kdstatemachineeditor/vcpkg.json')
-rw-r--r--vcpkg/ports/kdstatemachineeditor/vcpkg.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/kdstatemachineeditor/vcpkg.json b/vcpkg/ports/kdstatemachineeditor/vcpkg.json
new file mode 100644
index 0000000..6111c03
--- /dev/null
+++ b/vcpkg/ports/kdstatemachineeditor/vcpkg.json
@@ -0,0 +1,31 @@
+{
+ "name": "kdstatemachineeditor",
+ "version": "2.0.0",
+ "port-version": 1,
+ "description": "KDStateMachineEditor is a library for visualizing and editing state charts.",
+ "homepage": "https://github.com/KDAB/KDStateMachineEditor",
+ "license": "LGPL-2.1-only",
+ "dependencies": [
+ "graphviz",
+ "qt5compat",
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "testlib",
+ "widgets"
+ ]
+ },
+ "qtdeclarative",
+ "qtremoteobjects",
+ "qtscxml",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}