mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 15:49:28 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"name": "qt-advanced-docking-system",
|
|
"version": "4.0.3",
|
|
"port-version": 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"
|
|
]
|
|
}
|