Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, April 2008
Problem with latest QT Eclipse integration (linux)


Message 1 in thread

Ok in the eclipse integration before QT 4.4 it was annoying that the
project defaulted to release mode and trying to build in debug was a
pain until one discovered CONFIG += debug fixes the problem.

So everything was happy. If I want my project in debug mode just add
debug to my config. Release mode? Just remove that line. Perfect, easy,
simple enough.

Now with the new eclipse integration, I saw in the change log, that the
default has been changed from Release to Debug. Wonderful...or maybe
not? Seeing how Debug overrides Release and it is the default now, how
am I supposed to build in Release mode if I need to?

"CONFIG += release" doesn't work for that reason.

So then I go try this:

CONFIG -= debug
CONFIG += release

Doesn't work and at this point in time, I'm completely out of ideas.

Any help would be appreciated,

Thanks,

Stephan


--
 [ signature omitted ]