Hi Tim! > I have installed the Visual Studio Add-in - Beta, and tried to compile a > QT 4.5.0 example with VS8 without any luck. The VS8 was able to create a > .vcproj, and to compile .obj files, but was not able to link the Qt > libraries. The project is looking for qtmain.lib, QtGui4.lib, and > QtCore4.lib, which are not supplied with the open-source installation. > Otherwise, I am able to compile QT projects using MinGW. I would > appreciate your input.
Do I understand correctly that your Qt is compiled with MinGW but you're trying to compile your Qt application with Visual Studio 2008? This is a constellation that won't work. You will have to compile Qt with VS 2008. ATM we don't offer binary OpenSource Qt packages, which are compiled using Visual Studio. 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
