diff options
Diffstat (limited to 'vcpkg/ports/kf5crash/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5crash/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5crash/vcpkg.json b/vcpkg/ports/kf5crash/vcpkg.json new file mode 100644 index 0000000..7b646dc --- /dev/null +++ b/vcpkg/ports/kf5crash/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "kf5crash", + "version": "5.98.0", + "description": "KCrash provides support for intercepting and handling application crashes.", + "homepage": "https://api.kde.org/frameworks/kcrash/html/index.html", + "dependencies": [ + "ecm", + "kf5coreaddons", + "kf5windowsystem", + { + "name": "qt5-x11extras", + "platform": "linux" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |