diff options
Diffstat (limited to 'vcpkg/ports/kdreports/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kdreports/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/kdreports/vcpkg.json b/vcpkg/ports/kdreports/vcpkg.json new file mode 100644 index 0000000..3e954b3 --- /dev/null +++ b/vcpkg/ports/kdreports/vcpkg.json @@ -0,0 +1,24 @@ +{ + "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 + } + ] +} |