0a8922a544
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.