Setting-Up-Visual-Studio-Plugin

From Qt Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Setting up Visual Studio Plugin for Qt Creator

Before you can open any Visual Studio project file (.vcproj) you must first set project XML schema (XML schema), for each version separately. You can do that by going to Tools -> Options-> Visual Studio. These schema files can be downloaded from Microsoft's site . Just download xml schema for version 2003, 2005 and 2008, cause version 2010 and 2012 have a very different xml structure that we currently do not support.

In order to be able to build any Visual Studio project you need to set path to MSBuild.exe (or more if you have more MS frameworks installed). In order to do this go to Tools -> Options-> Visual Studio section. Then click on Add… button and browse to your MSBuild. Usually it is located in C:.NET\Frameworkamp;lt;framework version>.exe. After you have added MSBuild(s) go to Build&Run section of the Options and then go to Kits. Select the MSBuild version for a Kit.