Qt/OpenGL相关资料:
- learnopengl_book
- Qt/OpenGL tutorials
- github -- OpenGL + Qt Tutorial
- github -- 3D Forest
- github -- show-point-cloud-and-stl
- github -- Large Point Cloud Rendering
- 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".