用VS2010来开发qt

1.从 http://qt-project.org/downloads 下载最新的为vs2010编译的qt library和VS add-in 
2.依次安装qt library 和VS add-in
3.打开VS2010,依次打开qt5->qt options->Qt versions,单击add,在弹出的对话框里点击Path后面的路径选择按钮,我这里是(C:\Qt\Qt5.0.1\5.0.1\msvc2010),他会自己检测该目录bin下面是否有qmake.exe,如有OK按钮可以按下,没有则重新选择。
4.打开VS2010,新建项目就看见qt5的模板了。

我在根据qt5模板建立项目的时候弹出错误
---------------------------
Microsoft Visual Studio
---------------------------
An error occurred while creating or opening the C++ browsing database file C:\DOCUME~1\10170793\LOCALS~1\Temp\VC++\asd-2ea23bef\asd.sdf. IntelliSense and browsing information will not be available for C++ projects.

Ensure that Microsoft SQL Server Compact 3.5 is installed and that no other applications are accessing the file. If this problem persists, delete the file and reopen the solution.
---------------------------
OK   
---------------------------
之前不记得有这种错误,baidu得到解决方案: http://www.chaochaoblog.com/archives/892

你可能感兴趣的:(用VS2010来开发qt)