meta-qt6/coin/test-static.inc
Samuli Piippo ab0d93e29e Coin: add static test build
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>
2022-03-15 11:19:57 +02:00

3 lines
66 B
C++

PACKAGECONFIG:append:pn-qtbase = " static"
QT_PTEST_ENABLED = "0"