Hi,

Yes, MITK is a CMake-based project. A minimal example of using MITK in an 
external project by using CMake can be found at slide 8 of these presentation: 
http://mitk-um.org/wp-content/uploads/2016/05/MITK_Tutorial_Introductory_Session.pdf

Best,
Stefan

From: K O ranjith [mailto:kor1...@gmail.com]
Sent: Donnerstag, 20. April 2017 10:57
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] Starting MITK based development

Hello,
I am new to MITK . I need to use the MITK library in my Qt(In windows with MSVC 
compiler) project for image(MRI) operations.
As per the instructions for building MTIK, I have successfully built the MITK 
library  using CMake and VS2015 and created the libraries and installed in 
program files.
 Now I want to use the libraries in Qt project.
But I couldn't find the header files(like 
<mitkStandaloneDataStorage.h<http://docs.mitk.org/nightly/mitkStandaloneDataStorage_8h.html>>,
 <mitkIOUtil.h<http://docs.mitk.org/nightly/mitkIOUtil_8h.html>> which are 
included in MITK examples) for MITK in the created library (The dlls and libs 
are available).
In my experience in making libraries using CMake,  the created libraries will 
contain lib, dll, and header files.
How can I use the libraries in My Qt project?
My understanding from the MITK documentation is that, have to include a CMake 
file in my Qt project for including the necessary MITK headers and libraries.
Is it right?, if so can anyone help to create the CMake script for my new Qt 
project.
If possible please provide an Example.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to