VS2010 编辑调试 QT5.0项目

环境:vs2010 Qt5.0.0

1、下载交叉编译器导入插件

      下载官方 主页:http://qt-project.org/downloads

      Qt5 的下载链接 Visual Studio Add-in 1.2.0 for Qt5  (does not work with the Express edition)

    

          其他版本,根据需要选择

  • Visual Studio Add-in 1.1.11 for Qt4  (does not work with the Express edition)
  • Visual Studio Add-in 1.2.0 for Qt5  (does not work with the Express edition)
  • Qt repositories at qt.gitorious.org
  • Visit our FTP archive

2、安装

      一直确定,直到完成,打开vs2010

3、配置

     Qt5-->Qt Options-->Qt versions-->Add

      version Name:    Qt5.0.0

      Path              :      D:\Qt\Qt5.0.0\5.0.0\msvc2010\  (qmake.exe的bin目录,否则会报错)

4、此时可以调试

你可能感兴趣的:(VS2010 编辑调试 QT5.0项目)