Warning, /sdk/cutehmi/extensions/QtProject/README.md is written in an unsupported language. File is not indexed.

0001 # QtProject
0002 
0003 Pseudo-extension exploiting `QtProject` directory.
0004 
0005 Qt looks at `QtProject` directory for files such as `qtlogging.ini`. This pseudo-extension installs `qtlogging.ini` in that
0006 directory and therefore it can be used for convenient in-source customization of logging.
0007 
0008 Git command `git update-index --assume-unchanged qtlogging.ini` will prevent modified file from being tracked by Git.