mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 23:19:05 +08:00
b34b7ff2c9
* [many ports] Update KF5 frameworks to 5.81 * [many ports] Update KF5 versions * [kf5guiaddons] disable parallel configure * [kf5windowsystem] disable parallel configure * [many ports] Update KF5 versions * [kf5archive] disable parallel configure * [many ports] Update KF5 versions
42 lines
849 B
JSON
42 lines
849 B
JSON
{
|
|
"name": "kf5guiaddons",
|
|
"version": "5.81.0",
|
|
"description": "Addons to QtGui",
|
|
"homepage": "https://api.kde.org/frameworks/kguiaddons/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-tools",
|
|
{
|
|
"name": "qt5-winextras",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qt5-x11extras",
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"default-features": [
|
|
"defaults"
|
|
],
|
|
"features": {
|
|
"defaults": {
|
|
"description": "Default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "kf5guiaddons",
|
|
"features": [
|
|
"wayland"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"wayland": {
|
|
"description": "Linux-only. Build with support for KeySequenceEditor inhibiting shortcuts on Wayland",
|
|
"dependencies": [
|
|
"qt5-wayland"
|
|
]
|
|
}
|
|
}
|
|
}
|