PDA

View Full Version : Compiling QT with VS2005 rather than MinGW



rssmps
23rd June 2006, 21:23
After finally getting the sample to work, I found that trying to use minGW as the compiler will cause too many problems. For one, it's complaining about errors that don't show up in VS. Also, it lost all bebugging capability that existed in VS. It's just not a pratical option.

Is there a way to compile/install QT using VS2005? what's the right way to install so that it integrates with VS?

Thanks!

jacek
23rd June 2006, 21:41
what's the right way to install so that it integrates with VS?
Open Source Edition doesn't work with VS, so you will have to buy the commercial licence or use some other IDE.

rssmps
23rd June 2006, 22:11
Yeah, I was just reading their site more carefully and realized it....