Qt OpenSourceQt OpenSource 
Deep Freeze Standard
massivelyrics
Colorful Music Editor Lite Ver
Hal E-bank
GPSBabel
KORG Pa-Series SongBook Editor
FacebookPSModule
Qt OpenSource (cmd.exe). Qt OpenSource let you create rich, touch enabled UIs and applications quickly.
QT is a powerful and widely-used development library that powers some of the best open-source projects, including Linux and MacOS. As a robust, cross-platform framework, QT enables developers to create rich, feature-packed desktop applications. The KDE desktop environment is one of the prominent projects built using this incredible framework.
Important note: This is a developer package, not a simple install-and-run setup. To begin using QT, you must follow several essential steps for installation and configuration. Ensure you have the right compiler and set up the required environment for successful development.
First, download the QT source code and install MinGW, the only supported compiler (download it from the official MinGW website: MinGW Download). After installation, you'll need to add the bin directories of both QT and MinGW to your system's PATH variable. Then, run the following command from the command line:
configure.exe -platform win32-g++
Wait for the process to complete, and look for a success message. This process might take several minutes. The next step is to build QT itself by running:
mingw32-make
Building QT may take a couple of hours, depending on your system's hardware. For example, on an AMD x64 Dual Core 3600+, it could take up to 2.5 hours. Patience is key, and make sure to monitor for any errors during the build process. If needed, consult the INSTALL and README files for troubleshooting and instructions on how to exclude certain apps from compiling.
Once the build process is complete, you will find the necessary EXE and DLL files under the 'bin' folder in your QT installation directory. You're now ready to start building your cross-platform applications!