mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 01:59:00 +08:00
e25c595cbd
* update g2o * update version * update kddockwidgets * update version * undo g2o --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"name": "kddockwidgets",
|
|
"version": "2.0.0",
|
|
"description": "KDAB's Dock Widget Framework for Qt",
|
|
"homepage": "https://www.kdab.com/development-resources/qt-tools/kddockwidgets/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|