Qt OpenSource Qt OpenSource 4.4Developed by Trolltech ASA


Latest version:
4.4.3
License type:
Open source
Home page:
trolltech.com/products/qt
Used by:
3 members & 114 guests
Please log in to rate this program:
Your vote
Program rating


QT is one of the main development libraries used in the open source world, like Linux and MacOS. It is a robust, cross-platform project that enables the developer to build great rich desktop applications. The KDE desktop is one of the featured projects that relies on this excellent framework.

Please note: this is a developer package. This is NOT a double-click-install-and-run package. You have to follow several steps before start using this utility!
After downloading QT sources, install a compiler (the only one supported is MinGW, you can download and install MinGW from their official site: http://www.mingw.org/old/download.shtml).
Next, add some directories to the PATH variable (bin directories of qt and mingw), and run this command from the command line:
configure.exe -platform win32-g++
Now, be patient and wait that messages stop with a "success" message or something similar. It takes several minutes.
The last thing is to actually build QT. The command is:
mingw32-make
Again, please be patient, and this time wait a couple of HOURS. Yes, 2,5 hours in an AMD x64 Dual Core 3600+. Cross your fingers! You will waste valuable time if the process encounters an error. Maybe you can try to exclude some apps to compile, read INSTALL and README file for instructions.
Finally, when the process is finished, you will get some EXE and DLL files under the 'bin' QT installation directory. Enjoy developing!

Advantages:

  • Cross-platform.
  • Huge community.
  • Open source.

Disadvantages:

  • Installation is not so easy for the novice user.
  • The build phase takes SO long!

Reviewed by: Martín Palacio Pentucci
Reviewer rating: Editor's rating 5

Download Qt OpenSource 4.4 (119.13MB) Downloaded 74 times
please log in to write comment and rate a program