mitk

Qt Creator + MITK (Linux)

人盡茶涼 提交于 2019-12-23 04:17:31
问题 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

Set include path with environment variable value

那年仲夏 提交于 2019-12-03 07:46:09
问题 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 files scattered in many directories. We would like to specify the list of directories to add in the include path in an environment variable like this : INCPATH+=$MITK_INCLUDE_PATH. But this doesn't seem to work. How could we achieve this? Is there a better way? 回答1: Just found out the solution myself. Though I granted a point to