Page 1 of 1

WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 3:07 am
by jacmoe
What did I see when I finally got the cork out and thought I'd just bite the bullet and upgrade to Qt 4.6 - although it means a several hour long compile ?

A precompiled SDK for Visual Studio 2008 :D

About bloody time!

http://qt.nokia.com/downloads

The full SDK is still MinGW based, but it's a start.
Wondering what took them so long..

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 3:18 am
by jacmoe
They really rival Microsoft for having an impossible to find what you really want website. :evil:

Maybe they're using the same BLOCKED? :)

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 9:51 am
by Klaim
Funny, I was looking for those files too all yesterday while trying to figure wich way to go with a new project that with use Qt : VS2008 + QtVSAddin or QtCreator? (chose VS on windows for instance).
I didn't understand that the binaries are only available for the framework, not for the SDK.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 10:13 am
by jacmoe
Since we're using CMake, it's not a problem for us (Ogitor).
CMake and Qt is good company.
Because KDE uses CMake. So good integration.
It handles all the messy details behind the scenes.
So just get the precompiled libs, don't worry about the SDK - I am not sure what the difference is either. :wink:
If you want Qt Creator - get it. Doesn't matter if it's built with MinGW.
Just make sure to download the debugging tools from Microsoft (as described on the Qt Creator Qt selector program options page).
Rebuild the debugging helper, and off you go.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 10:14 am
by jacmoe
And, yes:
It really does work! :D

Saved me hours of compiling.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 10:37 am
by Klaim
Yeah I made it work yesterday.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 11:31 am
by DanielSefton
It's about time! Wasted a whole day compiling QT, well partly because my PC reset due to windows updates 3 hours into compiling. :evil: 7 hours lost ftl.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 3:38 pm
by nikki
DanielSefton wrote:... well partly because my PC reset due to windows updates 3 hours into compiling...
LOL!

Windows... :roll:

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 3:58 pm
by jacmoe
Not an issue on Linux because it's usually available as a binary package.

Re: WooHoo - Qt is available precompiled for vs2008 :D

Posted: Mon Jan 04, 2010 4:13 pm
by Klaim
Well it depends on the Windows version and config... I don't get the problem on my personal (win xp) and work (win 7) computers. But yeah it's safer on Linux and MacOsX.