diff options
Diffstat (limited to 'vcpkg/ports/kf5completion/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5completion/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5completion/vcpkg.json b/vcpkg/ports/kf5completion/vcpkg.json new file mode 100644 index 0000000..6cd21e1 --- /dev/null +++ b/vcpkg/ports/kf5completion/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "kf5completion", + "version": "5.98.0", + "description": "Text completion helpers and widgets", + "homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html", + "dependencies": [ + "ecm", + "kf5config", + "kf5widgetsaddons", + "qt5-tools", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |