vs2010
QtSdk-offline-win-x86-v1_2_1
qt-vs-addin-1.1.11-opensource
基本上参考如上
From Visual Studio -
Qt -> Qt Options -> select Qt Versions tab
Click Add
Under 'Version name', just write anything you wish to name here
Then Click the elipse button under 'Path' and navigate to Qt version you have on computer.
其中我的路径为:d:\QtSDK\Desktop\Qt\4.8.1\msvc2010
之后可以新建实例了,发现好多错误,因为没把d:\QtSDK\Desktop\Qt\4.8.1\msvc2010下的include和lib加入工程,还有系统环境变量的配置。这和opencv的配置类似