Results 1 to 4 of 4

Thread: compiling errors when using opengl and debug

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    61
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    12
    Thanked 2 Times in 2 Posts

    Default Re: compiling errors when using opengl and debug

    Quote Originally Posted by jpn View Post
    After adding "CONFIG += console" you have to force a rebuild (make clean or delete at least main.o). Do you have the debug version of Qt compiled? Notice the shortcut in Start-menu (provided that you used the installer).
    Apparently I did not have that. Do I need it?

    Seems like making clean worked excellent for release at least Thanks!

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: compiling errors when using opengl and debug

    Quote Originally Posted by invictus View Post
    Apparently I did not have that. Do I need it?
    The open source version of Qt/Win does not come with debug libraries by default. One has to build them separately by following the link in Start-menu. And yes, you need them for compiling Qt projects in debug mode.
    J-P Nurmi

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.