Frank
Frank

Reputation: 2706

Qt SDK download for MingW

I´m looking for Qt SDK for windows that uses MingW as the compiler. Unfortunately, on the official download sites, I can only find the one that uses MSVC. Or just the library instead of the whole SDK.

Can anybody tell me where I can find the version I am looking for, or explain what I should do if I download QT library, QT creator and MingW seperately?

Upvotes: 1

Views: 2387

Answers (2)

aukaost
aukaost

Reputation: 3836

Here you can find pre-release builds using MinGW 4.7.
http://releases.qt-project.org/digia/5.0.1/latest/

They work well with the MinGW builds distributed here:
http://sourceforge.net/projects/mingwbuilds/

The Qt builds come with Qt Creator, so you can install it and should be good to go after setting up your kits.

Upvotes: 2

Toosla
Toosla

Reputation: 106

You can find binaries here: http://qt-project.org/forums/viewthread/23002/ But then you ought to reconfigure installation manual or you may use this utility. Some guy from Digia promised MinGW builds by the end of January, so you can wait instead.

Upvotes: 1

Related Questions