Qt/OpenGL
相关资料:
- learnopengl_book
- Qt/OpenGL tutorials
- github -- OpenGL + Qt Tutorial
- github -- 3D Forest
- ControlPointsTransformAndEditing
当把 imp
源文件与 api
源文件都作为DLL这一个目标的源码来编译时,在imp
相关源码的链接时,出现如下链接错误:
error LNK2001: 无法解析的外部符号 "public: static struct QMetaObject const test::gl_painter::GLCloudWidget2D::staticMetaObject" (?staticMetaObject@GLCloudWidget2D@gl_painter@test@@2UQMetaObject@@B)
这个问题,在test
使用__declspec(dllexport)导入该DLL
时,也会出现该链接错误:qt forum --Unresolved symbol in user DLL "public: static struct QMetaObject".