diff options
Diffstat (limited to 'vcpkg/ports/kf5kcmutils/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5kcmutils/vcpkg.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5kcmutils/vcpkg.json b/vcpkg/ports/kf5kcmutils/vcpkg.json new file mode 100644 index 0000000..19a1333 --- /dev/null +++ b/vcpkg/ports/kf5kcmutils/vcpkg.json @@ -0,0 +1,34 @@ +{ + "name": "kf5kcmutils", + "version": "5.98.0", + "description": "Utilities for KDE System Settings modules", + "homepage": "https://api.kde.org/frameworks/kcmutils/html/index.html", + "dependencies": [ + "ecm", + { + "name": "gettext", + "host": true, + "features": [ + "tools" + ] + }, + "kf5configwidgets", + "kf5coreaddons", + "kf5declarative", + "kf5guiaddons", + "kf5i18n", + "kf5itemviews", + "kf5service", + "kf5xmlgui", + "qt5-base", + "qt5-tools", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |