mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
034298f677
* QtRest: new port * Fix ref * Fix ref * Fix ref * qtrest -> libqtrest, review changes * versions * cleanups
30 lines
637 B
JSON
30 lines
637 B
JSON
{
|
|
"name": "libqtrest",
|
|
"version": "0.4.0",
|
|
"description": "Small and simple REST API (Json/Xml) client for any Qt/QML C++ application",
|
|
"homepage": "https://github.com/qtrest/qtrest",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"qml": {
|
|
"description": "Enable QML support to compile with required dependencies",
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-declarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|