From 33fc2ff6638c9a964f105ad50996ac7be057c8d6 Mon Sep 17 00:00:00 2001 From: Jannis Voelker Date: Mon, 11 May 2020 16:24:19 +0200 Subject: [PATCH] Adds library mappings for the Qt OPC UA module in helper.py Change-Id: I64bee2a7c149b8e4b14b71103ebc748c32993145 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index c9a71bf0366..776158a3170 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"] ),