mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 11:09:03 +08:00
49381cbd45
* [qt-advanced-docking-system] Update to 4.0.3 * update version * fix find_dependency * update version
28 lines
640 B
JSON
28 lines
640 B
JSON
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "4.0.3",
|
|
"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": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"widgets"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|