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