Qt Creator has the ability to add custom build steps for a project that is cool. However, the command line for the additional build step is stored in a .pro.user file, which should not be added to the version control because it contains data related to the machine. When I click on my project on the repo and then clone it elsewhere, the user file is different and there are no custom build steps. How can I share my custom build steps so that the project is easily created on every computer with Qt installed?
qt qt5 qt-creator qmake
Uga buga
source share