On Wed, Feb 10, 2010 at 08:40:33PM +0000, Thomas Dähling wrote: > 2010/2/10 Andre Poenitz <[email protected]>: > > > I am not sure it is possible to use VS with mingw (comes with the > > MS compiler, and I think it works with icc) > > You can use it with mingw, at least if you create a Makefile project.
Well, you can do basically everything with a Makefile based project, it's just something I would not call "works with" out-of-the-box ;-) > Not sure if CDB works with that, though ... CDB does not works with g++, and gdb does not work with binaries created by the MS compiler (without much technical reason...) Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
