I'm using Qt 4.7.4 as C++ framework, Netbeans 7.0 as IDE and MinGW as C++ compiler.
These are integrated well due to Netbeans ability and I'm coding my projects with them easily.
I know in Qt Creator, we can switch to Visual Studio as C++ compiler very easy.
But, how can we use Visual Studio as C++ compiler in Netbeans which works with Qt framework?
Is there any Netbeans plugin or some configuration for it (then, Only F6 to run)?
Note: As mentioned in comments (Cat Plus Plus), it's related to QMAKESPEC
or -spec
. and i'm searching for a solution via Project > Properties > Qt > ...