Well, it seems I was able to get it working. I just need to once in a while delete the .user file. When qtcreator starts behaving strangely, that is usually the source of the problems. Unfortunately it's a pain to have to add all the configs (program arguments, shadow builds, dependencies) again... But at least it works for now.
Thanks Paulo On Tue, Nov 10, 2009 at 11:11 AM, Paulo Silva <[email protected]> wrote: > Ok, > > all the CONFIG settings in my .pro file are: > > > CONFIG(debug, debug|release) { > > CONFIG(release, debug|release) { > > warning("release set with debug! Ignoring release.") > > } > > warning("Building debug.") > > TARGET = osgQtd > > } else { > > warning("Building release.") > > TARGET = osgQt > > } > > > The qmake command line (and output for a debug build): > > /usr/bin/qmake -spec /usr/share/qt4/mkspecs/linux-g++ -unix -o Makefile > libosgQt.pro > > Project WARNING: Building release. > > > So, I can't see nothing suspicious here. > What might be wrong? > > Thank you > Paulo > > > On Mon, Nov 9, 2009 at 9:07 PM, André Pönitz <[email protected]>wrote: > >> On Monday 09 November 2009 21:56:59 ext paulo wrote: >> > Hi, >> > >> > I would like some help on this issue. >> > >> > Apparently using the debug directly wont work, but when I use: >> > CONFIG(debug, debug|release) { >> > CONFIG(release, debug|release) { >> > warning("release set with debug! Ignoring release.") >> > } >> > warning("Building debug.") >> > } else { >> > warning("Building release.") >> > } >> > >> > it wont matter if I'm building for release or, because I'll get always: >> > >> > Project WARNING: Building release. >> > >> > So, what's the right way to do this? >> >> The code you show is the right way to do this. If you get 'Building >> release' twice there's >> >> I am afraid you'll need to show a bit more context, at least all the >> CONFIG settings in your .pro file and the qmake command line. >> >> Andre' >> _______________________________________________ >> Qt-creator mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt-creator >> > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
