diff options
Diffstat (limited to 'vcpkg/ports/qlementine-icons/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qlementine-icons/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/qlementine-icons/vcpkg.json b/vcpkg/ports/qlementine-icons/vcpkg.json new file mode 100644 index 0000000..5ffdafb --- /dev/null +++ b/vcpkg/ports/qlementine-icons/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "qlementine-icons", + "version": "1.9.0", + "description": "Modern icon set for desktop Qt applications.", + "homepage": "https://github.com/oclero/qlementine-icons/", + "documentation": "https://oclero.github.io/qlementine-icons/", + "license": "MIT", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui" + ] + }, + "qtsvg", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |