vcpkg/ports/qt-advanced-docking-system/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* 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
2023-06-15 14:49:00 -07:00

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"
]
}