27 lines
653 B
JSON
Executable file
27 lines
653 B
JSON
Executable file
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "3.8.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",
|
|
"license": "LGPL-2.1-only",
|
|
"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"
|
|
]
|
|
}
|