Set include path with environment variable value

前端 未结 4 581
独厮守ぢ
独厮守ぢ 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条回答
  •  -上瘾入骨i
    2021-02-03 13:53

    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

提交回复
热议问题