vcpkg/ports/qtpositioning/vcpkg.json
Matthias Kuhn f7c5a7c8fc
[poly2tri] Switch to maintained repo and adjust description (#26301)
* [poly2tri ]Switch to maintained repo and adjust description

* Rename to jhasse-poly2tri

* Also update version and fix header installation.

* Remove double nested headers.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-02-01 12:31:29 -08:00

32 lines
585 B
JSON

{
"name": "qtpositioning",
"version": "6.6.1",
"port-version": 2,
"description": "Qt Positioning",
"homepage": "https://www.qt.io/",
"license": null,
"dependencies": [
"jhasse-poly2tri",
{
"name": "qtbase",
"default-features": false
},
{
"name": "qtserialport",
"default-features": false,
"platform": "!ios"
}
],
"features": {
"qml": {
"description": "Build QML imports",
"dependencies": [
{
"name": "qtdeclarative",
"default-features": false
}
]
}
}
}