mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 20:59:00 +08:00
5d500d15c1
* [qt5] Update to 5.15.6 * Drop icu patch in qt5-tools that has been merged upstream
14 lines
360 B
JSON
14 lines
360 B
JSON
{
|
|
"name": "qt5-remoteobjects",
|
|
"version": "5.15.6",
|
|
"description": "Qt5 Remoteobjects module - Provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes or devices.",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-declarative"
|
|
]
|
|
}
|