This plugin allows you to open, build, and run Microsoft Visual Studio C++ projects from within Qt Creator using the native file.
To build the project you need to have the corresponding Visual Studio version. For debugging you need to have the Debugging Tools for Windows installed.
- VS2005
- VS2010
- VS2012
- VS2013
- VS2015
- Jean Gressmann (jean@0x42.de)
- Get the source for Qt Creator
- Get this plugin's sources and put them into Qt Creator's plugin directory.
- Edit Qt Creator's plugins.pro to include this plugin's project file.
- Build
- binary for Qt Creator 3.6.1
- binary for Qt Creator 4.0.0
- binary for Qt Creator 4.0.1
- binary for Qt Creator 4.0.2
- binary for Qt Creator 4.0.3
Copy the plugin binary to Qt Creator's plugin directory <Qt Creator dir>\lib\qtcreator\plugins
and restart Qt Creator.
If you plan to open VS2010 or later project files you want to consider changing the file extension used by Qt Creator to store its project settings which defaults to .user as that particular extension conflicts with Visual Studio's user settings.
To change the extension export an environment variable with the name QTC_EXTENSION and set it to something else, e.g. set QTC_EXTENSION=.qtc
.
Restart Qt Creator for the change to take effect.
- Add support to load & build solution files
- Support more defines / compiler switches