PDA

View Full Version : Possible to compile Qt 4.5 source with msvc 2010 beta?



JimDaniel
22nd July 2009, 14:02
I'm using Visual Studio 2010 beta and I was wondering if it were yet possible to compile the open source version of Qt 4.5 with it? I know it's not listed in the supported platforms, but just curious if it were possible anyway.

wysota
22nd July 2009, 14:12
It depends how much it differs from 2008. Whatever the case, you'd need to create a new qmake specs set for the compiler based on the one from 2008. If you manage to do that, Qt should build fine with it.

JimDaniel
22nd July 2009, 14:19
Thanks, I'll give it a try then!