Qt Creator Switch between debug and release without re-running qmake
Unsolved
Qt Creator and other tools
-
Is it possible to switch between Debug and Release mode without re-running qmake on the full project? Re-running qmake takes a signficant amount of time for my project (1+ minute) so switching between debug and release is pretty painful.
I have all of my libs and apps configured with "CONFIG += debug_and_release", in addition to separate build dirs for debug and release, so that I can easily compile debug and release mode from the cmd line without re-running qmake.