summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2020-05-11 16:24:19 +0200
committerJannis Voelker <jannis.voelker@basyskom.com>2020-06-02 23:12:56 +0200
commit33fc2ff6638c9a964f105ad50996ac7be057c8d6 (patch)
treea5de604547ecefa99b201c07e94e9e3467a5a630 /util
parentdd7f4001e1abbad508378ad2d3f718bcda6189b5 (diff)
Adds library mappings for the Qt OPC UA module in helper.py
Change-Id: I64bee2a7c149b8e4b14b71103ebc748c32993145 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index c9a71bf036..776158a317 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -223,6 +223,8 @@ _qt_library_map = [
LibraryMapping("networkauth", "Qt6", "Qt::NetworkAuth", extra=["COMPONENTS", "NetworkAuth"]),
LibraryMapping("nfc", "Qt6", "Qt::Nfc", extra=["COMPONENTS", "Nfc"]),
LibraryMapping("oauth", "Qt6", "Qt::NetworkAuth", extra=["COMPONENTS", "NetworkAuth"]),
+ LibraryMapping("opcua", "Qt6", "Qt::OpcUa", extra=["COMPONENTS", "OpcUa"]),
+ LibraryMapping("opcua_private", "Qt6", "Qt::OpcUaPrivate", extra=["COMPONENTS", "OpcUaPrivate"]),
LibraryMapping(
"openglextensions", "Qt6", "Qt::OpenGLExtensions", extra=["COMPONENTS", "OpenGLExtensions"]
),