Dear MITK community,

I was hoping someone could let me know how to setup QtCreator as a
development environment for my project. So, I have my project
separated from MITK and I can include it in MITK builds using the
MITK_EXTENSIONS_DIRS. I can easily build the project in commandline and
everything compiles fine.

When it comes setting up the same thing in QtCreator, I used the import
build option to point it to where I built MITK and this generated the
SuperBuild tree including all the MITK modules and files but not my project
files. I then tried to import the build from the "MITK-build" directory
(the sub directory) and this showed up my project files. Now, when I try to
build the project, it wants to build the whole MITK and not minor changes I
make to my own project, which takes so long and fails with random errors.

Can anyone let me know how this should be done with the new MITK extension
mechanism?

Thank you all.
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to