We use qmake (with Qt Creator) to create our C ++ application. Now we want to have several build configurations that are platform / machine independent.
The assembly configuration is added to the mypro.pro.user file. We want the configurations to be available on all platforms / machines (through the addition to VCS). Adding a pro.user file to VCS is not an option. Is there any other way to add project configuration to the project?
source share