Hello everyone,

I am trying to implement DICOM support in my Qt project, but I can't seem to be able to successfully compile the QtDcm library. Since this library is dependent on both DCMTK and ITK, they must be compiled first in order to get QtDcm.

I can compile both DCMTK and ITK without a problem, however when it gets to QtDcm, I get compile errors coming from file QtDcmConvert.cpp line 24, #include <itkOrientedImage.h> - no such file or directory.

I searched for the file and found it in \ITK\include\InsightToolkit\Common. What could I be missing?


Thank you.


Regards,
Mr_Cloud


Edit: Could this be a CMake-related error?