mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:59:07 +08:00
50494bb7d4
* update open62541 * run x-add-version * adds patch to qtopcua to support open62541 v1.3 * x-add-version * Update ports/open62541/vcpkg.json Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * x-add-version * remove explicit set of version variable * x-add-version * Add a warning when the user tries to turn on both encryption options, as requested by @LilyWangLL. --------- Co-authored-by: Julian Zimmermann <Julian.Zimmermann@gti.de> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"name": "qtopcua",
|
|
"version": "6.4.3",
|
|
"port-version": 1,
|
|
"description": "Qt wrapper for existing OPC UA stacks",
|
|
"homepage": "https://www.qt.io/",
|
|
"license": null,
|
|
"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",
|
|
"historizing",
|
|
"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"
|
|
}
|
|
}
|
|
}
|