Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Qt Creator project type
The Qt Creator project type is the type of Qt Creator project.
There are multiple project types for desktop applications:
Console application:
a desktop applications
that must be called from the command line and/or display plain text only
GUI application:
a desktop applications
that displays not just plain text, but, for example, images
There are multiple ways to determine the project type:
When creating a new project, the project type can be selected in the 'New Project' screen:
Selecting a project type only lets Qt Creator help in writing a project file. This project file can always be modified to change the project type.
The project file determines the project type.
The project file of a console application:
#------------------------------------------------- |
The project file of a GUI application:
#------------------------------------------------- |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.