mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 15:39:02 +08:00
fddd13e36e
* UPDATE Qt-Advanced-Docking-System to v3.7.2 * MR + change old cmake functions names * MR * MR
27 lines
623 B
JSON
27 lines
623 B
JSON
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "3.7.2",
|
|
"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",
|
|
"dependencies": [
|
|
"bzip2",
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "qt5-x11extras",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|