Imagine that you are starting to work in a project with a group of people. You want to share your code and the full configuration files of CMake, Qt IDE configuration. So you if you want to test or develop, you just need to clone te repo, make and run.
This is a big project, so it has many modules and import some libraries.
Is there a way to share project configuration files in which the user does not need to do any adicional configuration in the Qt IDE such as using space or tabs in the editor, directories to do the build, qt kits used, etc?
The principal concern is to not repeat any configuration, and be easy to share and contribute for new people in the project.