Skip to content

Installing Qt For Windows

ilescener edited this page Apr 3, 2017 · 4 revisions

Qt is cross-platform application framework for Graphics User Interface (GUI) development. This application framework is implemented as a set of related libraries. The Qt libraries are used within Tonatiuh to implement the program's GUI, the plug-in architecture, the parallel processing functionality, and the scripting capabilities, among other things.

Here you will find instructions to install the Qt libraries in your computer and make those libraries available for the development of Tonatiuh.

Details

Download the installer of the Qt 4 for Windows. Some of the libraries that use Qt doesn't compile with last Qt libraries version. To do it, click on the following link. Once you reach the webpage, go to the link titled "Qt version for Windows 32-bit" (see Figure 1). This will start the downloading of the Qt SDK for Windows installer. When prompted if to open or to store the file in your computer, select the appropriate option to store the file in your computer.

Figure 1. View of the "Qt Download" webpage.

Once the Qt installer is in your PC, left-click twice upon it to execute it.

During the execution of the installer do the following:

  • Check the "I accept the terms of the License Agreement" and click the "Next button.
Figure2. License Agreement dialog.
  • Enter "C:\sde\Qt" as the destination folder.
  • Enter "C:\sde\MinGW" as the MinGW installation folder and click the "Install" button.

By instructing the Qt SDK for Windows installer to create the directory "C:\sde\Qt" and to use it as the installation location, we are assuming that you will follow our suggestion of installing all the tools and libraries related to the Tonatiuh development environment under the same root folder, which we are defining as "C:\sde". This has the advantage that once the Tonatiuh development environment is succesfully create in a computer, it can be replicated into other computers just by copying into these computers the root folder of the Tonatiuh development environment with all its subfolders and content.

Once the Qt libraries and development tools (including Qt creator) are installed, the next step is to install the Simage library. To do it, follow the instructions in the following wiki page: Simage


Windows Configuration | Wiki Home

Clone this wiki locally