I often start a new small project by copying one that is similar, then delete the build directories and the .pro.user file.
Then the first time I start Qt Creator on that project it always defaults to debug mode.
How can I tell it always to start with release as the default in the .pro file?