[Qt-interest] [Interest] Debugging on Linux
Graham Labdon
Graham.Labdon at avalonsciences.com
Wed Nov 2 11:27:02 CET 2011
Ok I'm a little confused now
I want to be able to build and debug a Qt application and the build a release version.
How should I build Qt - -debug, -release, or -debug-and-release
If I build Qt with debug how can I link to the release versions of the Qt libraries?
I am unsure of the steps that I should be taking and would appreciate a guiding hand
Thanks
-----Original Message-----
From: qt-interest-bounces+graham.labdon=avalonsciences.com at qt.nokia.com [mailto:qt-interest-bounces+graham.labdon=avalonsciences.com at qt.nokia.com] On Behalf Of Andreas Pakulat
Sent: 02 November 2011 10:17
To: qt-interest at qt.nokia.com
Subject: Re: [Qt-interest] [Interest] Debugging on Linux
On 02.11.11 09:25:50, Graham Labdon wrote:
> But I should be able to build a debug version of my own application?
Since your qt was built with debug-and-release that is still in the
config options, so you need to remove that as well:
qmake CONFIG-=debug-and-release\ release CONFIG+=debug
Andreas
_______________________________________________
Qt-interest mailing list
Qt-interest at qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list