mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
5d49baff5d
Co-authored-by: Nick D'Ademo <dademo.n@duerr-ndt.com>
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "4.3.1",
|
|
"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"
|
|
]
|
|
}
|