Results 1 to 2 of 2

Thread: Qt 4.7.1 and sudden requirement of libgles_cm.lib (OpenGL ES)

  1. #1
    Join Date
    May 2010
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Question Qt 4.7.1 and sudden requirement of libgles_cm.lib (OpenGL ES)

    Hey guys,
    so i just installed the new Qt Release 4.7.1 (updating from 4.6.x). I downloaded the installation for Visual Studio 2008, which does everything automatically. I also installed the new Add-In. My project, which uses OpenGL, but no OpenGL ES whatsoever since then started begging for a libgles_cm.lib. I found out that this has got s.th. to do with OpenGL ES (which I don't use / don't want to use / never have used) and am looking for workarounds right now. Any idea how to deal with this situation? I also started some research on OpenGL ES (Distributions by Khronos, or Open Source) but never found any way to get this needed library.
    Best, Daniel

    EDIT: Sorry, this is the wrong sub-forum. Please remove
    Last edited by FlashMuller; 16th November 2010 at 14:01.

  2. #2

    Default Re: Qt 4.7.1 and sudden requirement of libgles_cm.lib (OpenGL ES)

    Go to project properties -> linker ->input and remove libgles_cm.lib from the additional dependencies.

    Qt adds this library for a God-only-knows reason and removes OpenGL32.lib, so you may need to add OpenGl32.lib too.

Similar Threads

  1. Urgent qt requirement - finland.
    By Keir Pearcey in forum Jobs
    Replies: 1
    Last Post: 18th September 2010, 13:12
  2. Requirement for versatile image viewer
    By deekayt in forum General Discussion
    Replies: 1
    Last Post: 27th October 2006, 14:28

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.