K O ranjith
2017-05-03 11:43:21 UTC
I have develop an MRI image viewer with 3d and other image tools in Qt
with MSVC compiler in windows.
I could built the MITK library with Qt(5.7.1) msvc compiler (2015-64) in
windows.
My problem is I want to use the MITK library in Qt project with MSVC
compiler(Windws OS).
As a reference for that I trying to open the examples in tutorial in Qt
creator.
My actual intention is to study how to integrate MITK library to a Qt
project.
As a initial step I created Cmake based Non_Qt project in Qt creator which
uses a CMakeLists,txt.
In that could succeed upto find_package(MITK REQUIRED).
But I'm not aware how to do remaining steps for using MITK in my project.
with MSVC compiler in windows.
I could built the MITK library with Qt(5.7.1) msvc compiler (2015-64) in
windows.
My problem is I want to use the MITK library in Qt project with MSVC
compiler(Windws OS).
As a reference for that I trying to open the examples in tutorial in Qt
creator.
My actual intention is to study how to integrate MITK library to a Qt
project.
As a initial step I created Cmake based Non_Qt project in Qt creator which
uses a CMakeLists,txt.
In that could succeed upto find_package(MITK REQUIRED).
But I'm not aware how to do remaining steps for using MITK in my project.