How would I go about automating compiling a project multiple times with different options? Preferably with QMake?
For example, compiling a "trial" version that literally excludes the pro features in the binary.
Now the toolchain is setup to output code archive, portable-zip and installer. Ideally I want the same again, but to a different name with other defines active.
This is on windows.