Hi Eike, The winscw tool chain is the default tool chain that is used by the > Makefiles that are generated by qmake for S60, i.e. it is what is built for > if you just call 'qmake && make'. > To switch between different tool chains you need to change the target that > is given the 'make' command in the build steps. E.g. 'debug-gcce' for using > gcce. > If you want to switch regularly between these configurations, you should > create additional build configurations, one for gcce and one for winscw. >
Thanks for your help :-) For some reason, my default behaviour wasn't the above. But I'm creating two different build configurations now and I'm specifying the make arguments accordingly and this seems to work fine. Best Regards, Salvatore
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
