msvc 2013 opengl Kit no longer available (Qt 5.5)
-
Hey guys,
I just installed qt5.5 and I'm wondering what happened with msvc 2013 opengl Kit?
When I switch to the "normal" msvc 2013 kit I get several linker problems.
NChartLineItem.obj:-1: error: LNK2019: unresolved external symbol __imp__glDrawArrays@12 referenced in function "public: virtual void __thiscall NChartLineItem::renderItem(class QOpenGLShaderProgram *,int,int,int)" (?renderItem@NChartLineItem@@UAEXPAVQOpenGLShaderProgram@@HHH@Z) NChartLineItem.obj:-1: error: LNK2019: unresolved external symbol __imp__glLineWidth@4 referenced in function "public: virtual void __thiscall NChartLineItem::renderItem(class QOpenGLShaderProgram *,int,int,int)" (?renderItem@NChartLineItem@@UAEXPAVQOpenGLShaderProgram@@HHH@Z) ...
Any idea how to solve that problem?
CU
mts