Files
RedBear-OS/local/recipes/qt
vasilito 0a8922a544 qtdeclarative: enable qml_network
QQmlEngine::networkAccessManager() exists only under QT_CONFIG(qml_network),
a qtdeclarative feature separate from QT_FEATURE_network, which was already ON.
kirigami failed on it:
  src/primitives/icon.cpp:469: 'class QQmlEngine' has no member named
  'networkAccessManager'

qtbase builds libQt6Network here, so enabling the feature restores kirigami's
remote icon loading instead of compiling the capability out.
2026-08-04 20:08:40 +03:00
..