qtopcua: rename PACKAGECONFIG enabling QML support

Change-Id: Idc2c7d3103468b7b11b5b10e2005b0a8062f3526
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
This commit is contained in:
Samuli Piippo 2021-03-12 12:02:49 +02:00
parent 42bc9ffbe4
commit 0c0a398137

View File

@ -10,8 +10,8 @@ inherit qt6-cmake
include recipes-qt/qt6/qt6-git.inc
include recipes-qt/qt6/qt6.inc
PACKAGECONFIG ?= "qtdeclarative"
PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
PACKAGECONFIG ?= "qml"
PACKAGECONFIG[qml] = ",,qtdeclarative"
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,,qtquickcontrols2"
# src/3rdparty/open62541.pri adds -Wno-format, causing following error