"This qt version uses an unsupported makefile generator (used: ,supported: MSVC.NET, MSBUILD)"

在Qt插件中添加 4.3.2版本路径时,出现错误提示:“”。

解决方法:

  1. Run regedit.
  2. Hop to HKEY_CURRENT_USER\Software\Trolltech\Versions
  3. Add a new key named "4.3.2" or whatever version you have.
  4. Under the new key, create a new string "InstallDir" valued with "C:\Qt\4.3-msvc2005":
  5. Run Visual Studio
  6. Click Qt -> Qt Options.
  7. The new version should be there.

posted on 2012-10-29 20:26  没有什么能够阻挡  阅读(4168)  评论(0编辑  收藏  举报

导航