Results 1 to 20 of 34

Thread: Debugger helper

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Debugger helper

    I'm not sure if it is possible at all but if I were to try, I would take the line the linker complained against and I'd substitute the -lQtXXX entries with proper static equivalents (libQtCored.a or something like that).

    By the way, developping in a static environment compiled in debug mode is... weird Consider developping using dynamic libraries and only do the final link against static-release build of Qt when you give the application to the client.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    May 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Debugger helper

    Have you tried removing all references to any Visual Studio directories in your system LIB and INCLUDE environment variables?

    I had the same problem, and I solved it by actually deleting those two system variables from Control Panel-->System-->Advanced-->Environment Variables.

    Reference:
    http://www.qtforum.org/post/82495/co...html#post82495

  3. The following user says thank you to FiXXXeR for this useful post:

    razvan.petru (2nd December 2009)

Similar Threads

  1. QT IDE and Debugger
    By onefootswill in forum Newbie
    Replies: 16
    Last Post: 25th July 2008, 20:39
  2. Need Qt IDE with Debugger
    By rajeshs in forum General Discussion
    Replies: 3
    Last Post: 10th October 2007, 12:21
  3. On windows: MinGW + Qt + Which Debugger?
    By Dwarf007 in forum Newbie
    Replies: 8
    Last Post: 12th July 2006, 19:21
  4. Usage of the Debugger!!
    By Kapil in forum Qt Programming
    Replies: 9
    Last Post: 20th April 2006, 04:48

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