3.3.  QtCreator – An IDE for Qt Programming

[ fromfile: qtcreator.xml id: qtcreator ]

[Note] Build and Run Directories

By default, Qt Creator imports projects and builds in a shadow build directory. This means that intermediate files and the executable are placed not with the source, but somewhere else. Furthermore, the program runs from that directory by default.

To see/change the build or run directory of a project, select Projects mode (Figure 3.2) and click the Build tab to change Qt versions, build directory, or other build settings. Click the Run tab to change the Run directory or other run settings.

Figure 3.2.  Qt Creator Projects Mode

Qt Creator Projects Mode