Mingw 4.4 Windows Installer

I used to be a hardcore QT fan for like 3 years by now. Right now, I wanted to install it again on windows 7 and, for my surprise, it was adquired by 'digia' and it's no longer 'free'. I went to 'qt-proyects downloads page': and downloaded both 'Qt libraries 5.0 Beta 2 for Windows (501MB)', the 'Qt libraries 4.8.3 for Windows (minGW 4.4, 317 MB)' and the 'Qt Creator 2.6.0 for Windows (51 MB)' plus the latest minGW collection. On 5.0, It just doesn't allow me to compile (I asume that expects me to have VS. On the other hand, I've installed minGW, the QT libs 4.8.3 and the QT Creator 2.6.0.

  1. Browse All Files
  2. Windows Installer 5.0 Download

Install MSYS using the installer (MSYS-1.0.10.exe). Start the msys prompt using Start > Programs > MinGW > MSYS > msys and verify the g++ version. Gcc version 4.4.0 (GCC) It is also possible to use the automated installer and only add the g++ 4.4 packages later. See the [MinGW Website] for more information. Some tips: work in.

The instalation warn me about an incompatible version of w32api.h (it asks for the 3.13, while the latest minGW has the 3.17). Movado pocket watch serial number. Once (I think, at least) that both QT libs and creators are tied together, I create an empty QT GUI application.

Vista

I try to run but it just crashes with an - exit code. I can't debug it because it doesn't even touch the proyect code. It seems that crashes when running the QtCore4.dll (especifally at line 26, on the dissasembly code) EDIT What I mean with 'tie together' was the configuration on toolsoptionsB&R, tabs 'kits' (made a default one with Desktop, minGW and QT 4.8.3), 'qt version' (manualy set the qmake path) and 'compilers' (minGW and GCC paths) /EDIT What happened?!

What do I have to do now to have a simple QT SDK running like old times? Hi RVH, welcome to the Qt Project forums! Don't worry, Qt is still free:) It has been available under a dual licence (GPL + commercial) since 2000, and Nokia made it LGPL + commercial in 2009. That scheme has not changed.

4.4

Browse All Files

Installer

Windows Installer 5.0 Download

You can't use GCC 4.7 with the downloaded Qt 4.8.3 DLLs, because those DLLs were built using GCC 4.4 - they're incompatible with GCC 4.7. You have 2 options: Use an older version of MinGW GCC ( ) Build Qt yourself, using your GCC 4.7 Also, if you look closely at the Qt 5 installer's filename, you'll see it says 'qt-windows-opensource-5.0.0-beta2- msvc201032-x86 -offline.exe'. That package provides Qt 5 beta 2 for Visual Studio 2010 (32-bit) only. When Qt 5.0 is released (hopefully by the end of December), a new SDK will be released as well. From there, you'll be able to choose between MSVC and MinGW versions of Qt to download.

Some time after that release, the latest Qt 4.8 will be supported in the SDK as well.

Comments are closed.