Results 1 to 3 of 3

Thread: Build debug qwt library under linux

  1. #1
    Join Date
    Nov 2010
    Posts
    47
    Thanks
    7
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Build debug qwt library under linux

    Downloaded qwt-6.1.2.tar.bz2, trying to build under linux:
    Qt Code:
    1. # qmake qwt.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug
    2. # make
    To copy to clipboard, switch view to plain text mode 
    Builds release libqwt.so.6.1.2 successfully, but I want to build debug libqwtd.so.6.1.2 library with d-suffix. Why it is not happening?

    Tried release, then debug, debug_and_release, build_all - do not help. What is the problem could be? Or it is different under Linux (I do not see debug info include into lib)?
    Last edited by AlekseyK; 22nd April 2016 at 23:40.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,311
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Build debug qwt library under linux

    Quote Originally Posted by AlekseyK View Post
    Or it is different under Linux (I do not see debug info include into lib)?
    Yes here Linux is way more flexible than Windows - f.e. you don't have this separation between debug/release versions of libraries.
    But this goes beyond the scope of a Qwt forum.

    Uwe

  3. #3
    Join Date
    Nov 2010
    Posts
    47
    Thanks
    7
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Build debug qwt library under linux

    Uwe, any good link to read about? And what options in qwt.pro should be?

Similar Threads

  1. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 06:27
  2. Replies: 2
    Last Post: 3rd October 2011, 23:04
  3. Replies: 5
    Last Post: 14th April 2011, 19:10
  4. Qt Creator How to debug into Qt library on Linux
    By Al_ in forum Qt Tools
    Replies: 3
    Last Post: 14th January 2011, 17:39
  5. Replies: 3
    Last Post: 28th December 2007, 11:02

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.