Sorry if there is confusion in the question asked earlier. I need to compile a msvc++ project that made use of qt. From what I understand, linking to the libraries just dont work. One has to integrate Qt for msvc++ app.
http://geeks.netindonesia.net/blogs/risman/archive/2009/04/02/qt-4-5-with-visual-studio-2008-vc-express.aspx I followed this link once and it worked (on a vista machine), but now I can't find what I am doing wrong. JB On Wed, Feb 10, 2010 at 11:09 PM, Andre Poenitz < [email protected]> wrote: > 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 >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
