Tag Archive for 'qt'

Installing Qt 4.0 on Windows

05Jul05

For anyone who’s tried installing Qt4 on Windows you’ll no doubt have had a few problems. Here’s the steps I had to go through to get it working…

Make sure you have MinGW installed. I’m using version 4.1.0.
Download the file qt-win-opensource-desktop-4.0.0.zip from Trolltech’s website
Extract it to the directory where you want to install Qt, e.g. c:\qt\4.0.0
Open [...]