mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:29:11 +08:00
e8f5747b89
* update port. * update versions file. * remove unneeded patch. * update versions file.
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "4.2.0",
|
|
"description": "Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio",
|
|
"homepage": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"bzip2",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|