Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. msvc 2013 opengl Kit no longer available (Qt 5.5)

msvc 2013 opengl Kit no longer available (Qt 5.5)

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 834 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    themts
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • T Offline
      T Offline
      themts
      wrote on last edited by
      #2

      found it!
      I just added:
      LIBS += -lopengl32

      CU

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved