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. Qt5.5 static build cannot find -IGL on ubuntu14
QtWS25 Last Chance

Qt5.5 static build cannot find -IGL on ubuntu14

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 780 Views
  • 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.
  • C Offline
    C Offline
    code_fodder
    wrote on last edited by
    #1

    I have compiled qt 5.5 for static building and it works fine.

    However, when I add the widgets "QT += widgets" in the pro file I get the link error "cannot find -IGL"

    From what I read this is to do with the Open GL libs. I have tried the following:

    sudo apt-get install libglu1-mesa-dev
    

    and

    sudo apt-get install libgl1-mesa-dev
    

    But no luck here... I am wondering if I need a static version of this? or maybe a symlink is missing, but I can't figure out the next step :(

    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