The examples are currently not selectable through the menu, but if they are enabled, they should also be installed.
Signed-off-by: Roland Hieber <[email protected]> --- rules/qt6.make | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/qt6.make b/rules/qt6.make index 3ebd2fef15d5..4ed34c3e12d0 100644 --- a/rules/qt6.make +++ b/rules/qt6.make @@ -1229,6 +1229,10 @@ ifdef PTXCONF_QT6_MODULE_QTDECLARATIVE_QMLSCENE @$(call install_copy, qt6, 0, 0, 0755, -, /usr/bin/qmlscene) endif +ifdef PTXCONF_QT6_PREPARE_EXAMPLES + @$(call install_tree, qt6, 0, 0, -, /usr/lib/qt6/examples) +endif + @$(call install_finish, qt6) @$(call touch) -- 2.39.2
