I'm trying to build an iOS application using QT6.4.2 and Cmake, I'm getting following linking error
"qInitResources_materialsystem()", referenced from: QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS_qt3dGlobalShaderPrototypes> >::operator->() in libQt63DRender.a(shaderbuilder.cpp.o)
I'm using QT 6.4.2 with cmake build. If my linker command or cmake script helps, please let me know, I'll link them as well.
I've already gone through following posts from QT community and SO but no luck,
https://forum.qt.io/topic/88959/undefined-reference-to-qinitresources
https://forum.qt.io/topic/59693/solved-qt-resources
undefined reference to `qInitResources_systray()'
Qt linker error LNK2019 on qInitResources() - RCC
Linker error in MDI Qt application: undefined reference to qInitResources_mdi()
Any guidance/help is appreciated.
Regards Ronak Jain.