Hello,

Using my .pro, I can generate the basic "debug" and "release" configurations for visual studio projects. Is it possible to generate multiple configuration? For example, I would like to automatically generate configurations for:
  • Static Debug
  • Static Release
  • Dynamic Debug
  • Dynamic Release


Thanks!