When I open a qt gui project in visual studio (through qt-addin and openning .pro file in vs), it does not open console for me while in .pro file I'd added this line :
CONFIG += console
and console comes up in qt creator, but my problem is when I open the pro file in visual studio!.
how can I open console inside my gui in visual studio after opening .pro file in it? (I use qt5 and vs2012)