Qt Creator: Ordering of debug/release builds?
-
In my project, if I select multiple configurations for a given kit, is there a way to enforce the order in which they will be built?
I noticed that in the project properties, that the build configuration can be renamed, or if selecting a new configuration one is prompted to give it a name.
Is this the way? Does Qt Creator build the project for multiple configurations in alphabeical order of the configuration name?
I would like to have "release" always built before "debug", if possible.