mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
b0041aef2c
commit
9566cdd31e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user