Is it possible to define a central header (note) that will be included in all source code files (automatically) in QtCreator?
The title should only contain a note with legal information, copyright, the project website, etc.
I want to keep it in one central place to change it. If I manually add it to each .h/ file .cpp, I need to change it everywhere if I want to make adjustments.
source
share