aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtopcua/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qtopcua/vcpkg.json')
-rw-r--r--vcpkg/ports/qtopcua/vcpkg.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/vcpkg/ports/qtopcua/vcpkg.json b/vcpkg/ports/qtopcua/vcpkg.json
new file mode 100644
index 0000000..9f24549
--- /dev/null
+++ b/vcpkg/ports/qtopcua/vcpkg.json
@@ -0,0 +1,70 @@
+{
+ "name": "qtopcua",
+ "version": "6.9.1",
+ "description": "The Qt OPC UA module implements a Qt API to interact with OPC UA on top of a 3rd party OPC UA stack.",
+ "homepage": "https://www.qt.io/",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "network"
+ ]
+ },
+ {
+ "name": "qtopcua",
+ "host": true,
+ "default-features": false
+ }
+ ],
+ "default-features": [
+ "gds",
+ "ns0idnames",
+ "open62541"
+ ],
+ "features": {
+ "gds": {
+ "description": "Support for global discovery server"
+ },
+ "ns0idgenerator": {
+ "description": "Namespace 0 NodeIds generator from the NodeIds.csv file.",
+ "supports": "native"
+ },
+ "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": [
+ "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"
+ }
+ }
+}