Getting started
The goal of this chapter is to create a working base project that you can use to test any example you want.
At then end, the project will contain a simple QML app built using Qt 6.8 and cmake.
A template can be found here.
This template contains the full QML project created during this chapter.
Don't worry if things seems a bit hard to understand, a recap will summarize everything at the end of the chapter. You can also clone the template from github.