mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Build Qt staticially with examples enabled but tests disabled. We don't want to remove ptest from DISTRO_FEATURE, because that would cause rebuild of most system components as well. Pick-to: 6.3 6.2 Change-Id: Ic1181d09951ee5d50b08182600f0664b8859afcc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
3 lines
66 B
C++
3 lines
66 B
C++
PACKAGECONFIG:append:pn-qtbase = " static"
|
|
QT_PTEST_ENABLED = "0"
|