提问人:inkfil 提问时间:1/24/2023 更新时间:1/24/2023 访问量:77
使用 Cmake 的 iOS 版“qInitResources_materialsystem”的 qt 6.4.2 链接问题
linking issues for qt 6.4.2 for "qInitResources_materialsystem" for iOS with Cmake
问:
我正在尝试使用 QT6.4.2 和 Cmake 构建 iOS 应用程序,出现以下链接错误
"qInitResources_materialsystem()", referenced from: QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS_qt3dGlobalShaderPrototypes> >::operator->() in libQt63DRender.a(shaderbuilder.cpp.o)
我正在使用带有 cmake build 的 QT 6.4.2。如果我的链接器命令或 cmake 脚本有帮助,请告诉我,我也会链接它们。
我已经浏览了来自 QT 社区和 SO 的以下帖子,但没有运气,
https://forum.qt.io/topic/88959/undefined-reference-to-qinitresources
https://forum.qt.io/topic/59693/solved-qt-resources
对“qInitResources_systray()”的未定义引用
qInitResources() 上LNK2019 Qt 链接器错误 - RCC
MDI Qt 应用程序中的链接器错误:未定义对 qInitResources_mdi() 的引用
任何指导/帮助都是值得赞赏的。
问候 罗纳克·耆那教。
答: 暂无答案
评论