mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
17 lines
379 B
JSON
17 lines
379 B
JSON
|
{
|
||
|
"name": "qt5-location",
|
||
|
"version-string": "5.15.2",
|
||
|
"port-version": 1,
|
||
|
"description": "Qt5 Location Module - Displays map, navigation, and place content in a QML application.",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "qt5-base",
|
||
|
"default-features": false
|
||
|
},
|
||
|
"qt5-declarative",
|
||
|
"qt5-quickcontrols",
|
||
|
"qt5-quickcontrols2",
|
||
|
"qt5-serialport"
|
||
|
]
|
||
|
}
|