mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
f9bcf2e650
* add kddockwidgets * format manifest * version stuff * switch to vcpkg_cmake_* and add patch * version stuff * add crosscompiliation code for arm windows * version stuff * remove prefer ninja * version stuff
24 lines
461 B
JSON
24 lines
461 B
JSON
{
|
|
"name": "kddockwidgets",
|
|
"version": "1.5.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
|
|
}
|
|
]
|
|
}
|