Hi, I have an issue with qwt designer plugin. I'm working on windows and the instructions says i have to run
qmake qwt.pro
nmake
from visual studio prompt. All is built but qt creator refuses to load plugin because it was built with mingw. So I install qt-vs addin 1.1.5, configure it and load qwt.pro in visual studio (2008). Now I get this error
The following error occoured. Unable to find. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND)) (at EnvDTE.SolutionClass.Open(String FileName) at Trolltech.Qt4VS2008.QtProjectLib.ProjectImporter.I mportSolution(FileInfo mainInfo, String qtVersion)).

Any ideas?