We are trying to use the MITK library with Qt on Linux.
Unfortunately MITK has no install functionality and it also depends on ITK and VTK. So we end up with header fil
Have you tried adding:
INCLUDEPATH +=
in your project's .pro file ?
And possibly you'll also need to edit LIBS and DEPENDPATH.
See QMake Manual