mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:29:06 +08:00
3d4ce760a1
* Add kf5solid port * Fixed kf5solid for windows * [kf5solid] update to 5.75.0 * [kf5solid] update to 5.84.0 * [kf5solid] update versions * [kf5solid] replace outdated functions Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [kf5solid] use semver Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * [kf5solid] update versions * [kf5solid] DISABLE_PARALLEL_CONFIGURE * [kf5solid] update versions * [kf5solid] fix MAYBE_UNUSED_VARIABLES usage * [kf5solid] update versions * [kf5solid] remove extraneous options * [kf5solid] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "kf5solid",
|
|
"version-semver": "5.84.0",
|
|
"description": "Desktop hardware abstraction",
|
|
"homepage": "https://api.kde.org/frameworks/solid/html/index.html",
|
|
"dependencies": [
|
|
"ecm",
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|