qt安装--this Qt version uses an unsupported makefile
时间:2015-04-11 01:19:12
收藏:0
阅读:1439
解决办法:
- 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.
原文:http://www.cnblogs.com/defen/p/4416067.html
评论(0)