mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:48:59 +08:00
063d5fd9de
* [Qt] Update to 6.2.1 * add changes from qtbase in the vcpkg-qmake PR into this PR. (So I don't invalidate everybody in the other PR) * [skip actions] fix qtbase and format of vcpkg.json * remove outdated patch * remove patches and add alsa feature. * version stuff
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"name": "qtopcua",
|
|
"version-semver": "6.2.1",
|
|
"description": "Qt wrapper for existing OPC UA stacks",
|
|
"homepage": "https://www.qt.io/",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features",
|
|
"gds",
|
|
"ns0idnames",
|
|
"open62541"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features"
|
|
},
|
|
"gds": {
|
|
"description": "Support for global discovery server"
|
|
},
|
|
"ns0idgenerator": {
|
|
"description": "Namespace 0 NodeIds generator from the NodeIds.csv file."
|
|
},
|
|
"ns0idnames": {
|
|
"description": "Support for namespace 0 NodeId names"
|
|
},
|
|
"open62541": {
|
|
"description": "Open62541 with plugin to connect to servers with signing and encryption",
|
|
"dependencies": [
|
|
{
|
|
"name": "open62541",
|
|
"default-features": false,
|
|
"features": [
|
|
"amalgamation",
|
|
"openssl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qml": {
|
|
"description": "Build QML imports",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
},
|
|
{
|
|
"name": "qtdeclarative",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"uacpp": {
|
|
"description": "Unified Automation C++ SDK"
|
|
}
|
|
}
|
|
}
|