"This qt version uses an unsupported makefile generator (used: ,supported: MSVC.NET, MSBUILD)"
在Qt插件中添加 4.3.2版本路径时,出现错误提示:“”。
解决方法:
- Run regedit.
- Hop to HKEY_CURRENT_USER\Software\Trolltech\Versions
- Add a new key named "4.3.2" or whatever version you have.
- Under the new key, create a new string "InstallDir" valued with "C:\Qt\4.3-msvc2005":
- Run Visual Studio
- Click Qt -> Qt Options.
- The new version should be there.