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
I think there's a cleaner way to do this, but I can't remember. Anyway, you could use the system directive:
system
INCLUDEPATH += $$system( echo $MITK_INCLUDE_PATH )
You may also want to add it to depend path:
DEPENDPATH += $$system( echo $MITK_INCLUDE_PATH )