[CMake] QTCreator project to VS2008 problems

John Drescher drescherjm at gmail.com
Fri Mar 19 09:09:24 EDT 2010


> Thanks for the reply - I added mainwindow.h to the automoc but I get the
> same thing - I thought it might be the QMetaobject header or library it was
> looking for, looking at the the error messages, but I checked and the header
> is there, and the search paths are correct. I built the QTProject with a
> mingw compiled version of QTCreator - this wouldn't matter would it?
>

No part of Qt or any other library can be built with a different
compiler for this to work. You must build all code with the same
compiler (even service packs can cause problems).

John


More information about the CMake mailing list