mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
20 lines
522 B
JSON
20 lines
522 B
JSON
|
{
|
||
|
"name": "qt-advanced-docking-system",
|
||
|
"version-string": "3.6.3",
|
||
|
"port-version": 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"
|
||
|
},
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|