2021-09-09 16:24:04 +08:00
{
"name" : "qt-advanced-docking-system" ,
2023-05-14 00:39:45 +08:00
"version" : "4.0.3" ,
2023-06-16 05:49:00 +08:00
"port-version" : 1 ,
2021-09-09 16:24:04 +08:00
"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" ,
2022-04-14 02:12:02 +08:00
"license" : "LGPL-2.1-only" ,
2023-06-16 05:49:00 +08:00
"supports" : "!xbox" ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"bzip2" ,
{
2022-10-27 02:00:59 +08:00
"name" : "qtbase" ,
"default-features" : false ,
"features" : [
"gui" ,
"widgets"
]
2021-09-09 16:24:04 +08:00
} ,
2021-12-07 12:18:38 +08:00
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
} ,
2021-09-09 16:24:04 +08:00
"zlib"
]
}