Results 1 to 8 of 8

Thread: aux functions not working on opengl

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Aug 2008
    Location
    Algarve, Portugal
    Posts
    288
    Thanks
    23
    Thanked 32 Times in 28 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60

    Default Re: aux functions not working on opengl

    If I remove

    Qt Code:
    1. LIBS += c:/qt/2009.01/qt/lib/gl/glaux.lib
    To copy to clipboard, switch view to plain text mode 
    from the .pro file I get the error:
    Qt Code:
    1. D:/qt4examples/Matematica/glgraph.cpp:352: undefined reference to `auxSolidSphere@8'
    2. :-1: error: collect2: ld returned 1 exit status
    To copy to clipboard, switch view to plain text mode 

    but if I leave the
    Qt Code:
    1. LIBS += c:/qt/2009.01/qt/lib/gl/glaux.lib
    To copy to clipboard, switch view to plain text mode 
    in the .pro file the errors are the ones I indicate in the post above

    How can I know if I am liking?
    Last edited by john_god; 10th April 2009 at 18:30. Reason: updated contents

Similar Threads

  1. OpenGL and Qt Question
    By ToddAtWSU in forum Qt Programming
    Replies: 2
    Last Post: 18th April 2009, 18:04
  2. QT + OpenGL + Thread => aaaahhhhh !
    By anthibug in forum Qt Programming
    Replies: 7
    Last Post: 26th July 2008, 13:36
  3. openGL in Qtopia core
    By sar_van81 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 18th July 2008, 11:26
  4. Cylinder draw using QT opengl functions
    By YuriyRusinov in forum Qt Programming
    Replies: 1
    Last Post: 25th June 2008, 23:58
  5. Qtopia Core & OpenGL ES?
    By zelko in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 28th May 2007, 07:21

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
  •  
Qt is a trademark of The Qt Company.