Where does QtCreator 4 store project build settings for Imported Projects on Windows?
Solved
Qt Creator and other tools
-
In QtCreator Help they say that project settings are stored in .pro and .pro.user, but I don't see those files in my project folder. Still, the project settings are persisted correctly and stay there between QtCreator restarts. I have looked into .config, .files, .includes and also ran a text search for some build-specific strings I'm using in entire project folder and also in the QtCreator installation folder, but nothing could be found.
Maybe the reason is that I have used Import Existing Project with my own sources and Makefile, and for these projects QtCreator stores build settings elsewhere, not in .pro files.
Where are project build settings stored? I would like to share them with my team because they have similar system setup.