vcpkg/ports/kdreports/vcpkg.json
2024-12-17 15:09:28 -05:00

25 lines
552 B
JSON

{
"name": "kdreports",
"version": "2.3.0",
"description": "KD Reports is a Qt tool that lets you easily create printable reports by providing all of the necessary features for a variety of applications.",
"homepage": "https://github.com/KDAB/KDReports",
"license": "MIT",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"widgets"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}