Hi David, > 1. When you import a Qt project the vcproj file generated is no more > than a gcc Makefile when you're using the GPL.
The vcproj file is a gcc Makefile? I can't quite follow you on this one. Are you trying to use Qt, built with gcc with Visual Studio? That won't work. You'll have to build Qt with the Visual Studio compiler first. > 2. Even if you set the QMAKESPEC env for win32-msvc the vcproj file > produced is still win32-g++. Did you setup the Qt build directories? Please, see http://doc.qtsoftware.com/vs-add-in-1.0/index.html > 3. When executed on the command line the real vcproj XML file produced > is peppered with _(QTDIR) instead of $(QTDIR) That's a bug, which is fixed in the addin version 1.0.1 Best Regards, Joerg -- Joerg Bornemann Software Engineer Nokia, Qt Software Rudower Chaussee 13, 12489 Berlin, Germany _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
