mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:59:05 +08:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "qcoro",
|
|
"version": "0.10.0",
|
|
"description": "Coroutine support for Qt",
|
|
"homepage": "https://www.github.com/danvratil/qcoro",
|
|
"documentation": "https://qcoro.dvratil.cz",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"qtbase",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"dbus",
|
|
"network",
|
|
"qml",
|
|
"quick",
|
|
"test",
|
|
"websockets"
|
|
],
|
|
"features": {
|
|
"dbus": {
|
|
"description": "Coroutine support for QtDBus module"
|
|
},
|
|
"network": {
|
|
"description": "Coroutine support for QtNetwork module"
|
|
},
|
|
"qml": {
|
|
"description": "Coroutine support for QtQml module",
|
|
"dependencies": [
|
|
"qtdeclarative"
|
|
]
|
|
},
|
|
"quick": {
|
|
"description": "Coroutine support for QtQuick module",
|
|
"dependencies": [
|
|
"qtdeclarative"
|
|
]
|
|
},
|
|
"test": {
|
|
"description": "Support code for easier testing of coroutines with QtTest."
|
|
},
|
|
"websockets": {
|
|
"description": "Coroutine support for QtWebSockets module",
|
|
"dependencies": [
|
|
"qtwebsockets"
|
|
]
|
|
}
|
|
}
|
|
}
|