Hi,<br><br>I am trying to integrate my simple ITK application with Qt. I am using qmake, but having problems writing the &#39;,pro&#39; file. After I provide the paths to include files and libraries and run qmake from the command prompt, I get the &#39;.vcproj&#39; file. When I try to build this project from inside the visual studio, it is not able to find the header file- &#39;vnl/vnl_vector.h&#39; and gives me the following error.
<br><br>c:\myinstalls\itk\insighttoolkit-3.0.0\code\io\itkImageIOBase.h(24) : fatal error C1083: Cannot open include file: &#39;vnl/vnl_vector.h&#39;: No such file or directory<br><br>I have included the path to &#39;vnl_vector.h&#39; in my qmake &#39;.pro&#39; file. I am not able to figure out why is it not able to find the path. I tried Qt with ITk, using Cmake, but there my visual studio project cannot find the file &#39;
qapplication.h&#39;, although I have the right paths and libraries in place. Can anyone please tell me where am I going wrong?<br>Or else guide me to use ITK with Qt, either using qmake or cmake. <br><br>Thanks,<br>Ashish
<br><br>