Show build kit at runtime
Unsolved
Qt Creator and other tools
-
@harveyab said in Show build kit at runtime:
use it for conditional compilation
If you want to use it for this you will need to know at compile-time, not at runtime.
Assuming (I don't know but would guess) that you cannot access the particular kit selected in Creator I would expect to have to test for compile-time defines which come from the kit chosen, e.g. compiler version like
_MSC_VER
.