PDA

View Full Version : VS Addin + CONFIG setting



qtcreator
19th January 2011, 12:20
Hi

I've installed VC++ Qt adding and now have question. Using CONFIG+=smth i could paste additional parameter to qmake. In my project i have few of them, and i would like to know how to paste them using VC++ (i can do it in QtCreator), but for some reasons i have to build project using VC++. For example i want to set CONFIG+=MODE_A or CONFIG+=MODE_B depends from configuration setting (debug, release etc.). Is it possible to set something like than in VC project settings?