1. 程式人生 > >vs2010 qtadmin配置qt路徑時提示錯誤“This Qt version uses an unsupported makefile generator ”

vs2010 qtadmin配置qt路徑時提示錯誤“This Qt version uses an unsupported makefile generator ”

解決方案如下:

1.Close Visual Studio.
2.Run regedit.
3.Hop to HKEY_CURRENT_USER\Software\Trolltech\Versions (如果沒有versions,新建一個)
4.Add a new key named "4.7.4" or whatever version you have.
5.Under the new key, create a new string "InstallDir" valued with "c:\Qt\4.7.4":
6.Run Visual Studio
7.Click Qt -> Qt Options.
The new version should be there.