If you use QtCreator for what it calls "generic projects" I've written a little script which might be useful for you:
https://github.com/vilya/newfiles
This script will rescan your project directories to see whether any files & include directories have been added or removed and update the QtCreator project files accordingly - something QtCreator isn't yet able to do for itself. It has a few extra features too, such as whitelisting or blacklisting paths using shell-style wildcards.
See the README file at the link above for more details.
https://github.com/vilya/newfiles
This script will rescan your project directories to see whether any files & include directories have been added or removed and update the QtCreator project files accordingly - something QtCreator isn't yet able to do for itself. It has a few extra features too, such as whitelisting or blacklisting paths using shell-style wildcards.
See the README file at the link above for more details.
Comments
Post a Comment