Hello,I think there is a small issue in the lang/qt6-declarative package, in the buildlink3.mk file — specifically in the list of BUILDLINK_FILES.
Currently, it looks like this: BUILDLINK_FILES.qt6-qtdeclarative+= qt6/metatypes/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/*/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/*/*/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/*/*/*/*/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/*/*/*/*/*/* BUILDLINK_FILES.qt6-qtdeclarative+= qt6/qml/*/*/*/*/*/.qt/*/* It seems one nesting level is missing here — qt6/qml/*/*/*/* Without it, some *.qml files are not linked into .buildlink, for example: qt6/qml/QtQuick/Controls/Fusion/*.qml Adding this missing pattern fixes the issue. -- Best regards, Stepan
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature