vcpkg/ports/marble/vcpkg.json

24 lines
460 B
JSON
Raw Normal View History

{
"name": "marble",
"version-string": "22.04.0",
"port-version": 1,
"description": "Marble KDE library",
"homepage": "https://marble.kde.org",
"license": "LGPL-2.1-or-later",
"supports": "windows & x64 & !static",
"dependencies": [
"qt5-base",
"qt5-quickcontrols",
"qt5-svg",
2022-01-06 12:19:52 +08:00
"qt5-webchannel",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}