qtopcua: add support for native and nativesdk

Starting with Qt 6.7, Qt OPC UA comes with a data type generator.
Add support for native and nativesdk builds.

Change-Id: Ia840870417e39862f04f02ba8da868a5659acd14
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2023-10-03 07:04:55 +00:00
parent b0041aef2c
commit 9566cdd31e

View File

@ -28,5 +28,6 @@ PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
# cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
SECURITY_STRINGFORMAT = ""
DEPENDS += "qtbase"
DEPENDS += "qtbase qtopcua-native"
BBCLASSEXTEND = "native nativesdk"