Set include path with environment variable value

前端 未结 4 580
独厮守ぢ
独厮守ぢ 2021-02-03 13:43

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

4条回答
  •  孤独总比滥情好
    2021-02-03 14:07

    i dont know but maybe you can try to write like

    INCPATH+=%MITK_INCLUDE_PATH%

    in windows, generally it is like that..

    but i did not try.

提交回复
热议问题