Skip to content
QtWS25 Last Chance
  • cannot find -lGL

    Unsolved General and Desktop cannot find-lgl error qt lgl
    3
    0 Votes
    3 Posts
    769 Views
    M
    thanks @koahnig for your reply
  • QT Error: cannot find -lGL

    Unsolved General and Desktop error lgl cannot find-lgl
    2
    0 Votes
    2 Posts
    2k Views
    JKSHJ
    See https://forum.qt.io/topic/26395/how-to-solve-issue-cannot-find-lgl-in-qt5-installed-in-ubuntu
  • 3 Votes
    4 Posts
    5k Views
    K
    Just in case someone runs into the same problem and wonders what to install. I have started out with a fresh Ubuntu 13.10 install on VirtualBox and ran into the same problem after I had installed the pre-build of Qt 5.2.0 with Qt creator. In my case the libxcb was apparently missing. However, I have installed ICU first, but this did not solve the problem. Therefore, I have started these commands in a terminal: @ sudo apt-get install libicu-dev sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev @