Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
I am attempting to construct an iOS utility utilizing QT6.4.2 and Cmake, I am getting following linking error
"qInitResources_materialsystem()", referenced from: QGlobalStatic<QtGlobalStatic::Holder<(nameless namespace)::Q_QGS_qt3dGlobalShaderPrototypes> >::operator->() in libQt63DRender.a(shaderbuilder.cpp.o)
I am utilizing QT 6.4.2 with cmake construct. If my linker command or cmake script helps, please let me know, I will hyperlink them as nicely.
I’ve already gone by following posts from QT neighborhood and SO however no luck,
https://discussion board.qt.io/subject/88959/undefined-reference-to-qinitresources
https://discussion board.qt.io/subject/59693/solved-qt-resources
undefined reference to `qInitResources_systray()’
Qt linker error LNK2019 on qInitResources() – RCC
Linker error in MDI Qt utility: undefined reference to qInitResources_mdi()
Any steering/assistance is appreciated.
Regards
Ronak Jain.