mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
ab60f27567
* [kf5windowsystem] fix cmake.in for static usage; extra fixes - apply https://invent.kde.org/frameworks/kwindowsystem/-/merge_requests/27 patch - fix MAYBE_UNUSED_VARIABLES usage - use semVer - update deprecated functions - wrap paths in quotes - don't overzealously remove folders * [kf5windowsystem] update versions * [kf5windowsystem] fix cmake.in for static usage on Linux * [kf5windowsystem] update versions
28 lines
525 B
JSON
28 lines
525 B
JSON
{
|
|
"name": "kf5windowsystem",
|
|
"version-semver": "5.84.0",
|
|
"port-version": 2,
|
|
"description": "Access to the windowing system",
|
|
"homepage": "https://api.kde.org/frameworks/kwindowsystem/html/",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-tools",
|
|
{
|
|
"name": "qt5-winextras",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qt5-x11extras",
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|