Follow these steps to build and run an example hello world application using Qt Creator:
- Create a new empty project by going to File | New File or Project | Other project | Empty qmake project.
- Select only the wandboard kit we just created:
Qt Creator Kit Selection window
- Add a new C++ file, qt_hello_world.cpp, by going to File | New File or Project | C++ | C++ Source File.
- Paste the contents of the qt_hello_world.cpp file into Qt Creator, as shown in the following screenshot:
Qt Creator source editing view
- Configure ...