Qt Creator + MITK (Linux)
问题 I'm trying to use MITK with Qt Creator . I've successfully compiled and used VTK and ITK with ccmake. I've compiled MITK in superbuild mode (it downloads CTK, VTK, ITK, etc). Then I've configured it. I've compiled with make (About two hours). I've tried make install , but MITK doesn't work that way. With GDCM, ITK, VTK, I could find header files in /usr/local/include and shared libs in /usr/local/lib , so I included those in my .pro file in the Qt Creator project and start working. I've been