Hi Heraldo, you are using the 2014.10 Build instructions to build the current master. The switch from Qt4 to Qt5 was from 2014.10 to 2015.05. Qt4 support is deprecated and will be dropped as soon as we are able to fix bug 18521 [1]. I would recommend using Qt 5.4.1 (5.5 has still some issues) and setting the CMAKE_PREFIX_PATH accordingly.
Regarding the release/master discussion. Our releases are source as well as binary releases. That way you can still build MITK and extend it using your own algorithms/plugins. You might want to take a look at [2]. Best, Caspar [1] http://bugs.mitk.org/show_bug.cgi?id=18521 [2] http://docs.mitk.org/2015.05/Overview.html -----Ursprüngliche Nachricht----- Von: Heraldo Sifuentes [mailto:[email protected]] Gesendet: Dienstag, 18. August 2015 13:17 An: [email protected] Betreff: [mitk-users] MITK superbuild problems As I already wrote, I've some problems with the MITK build. I want to upgrade MITK with my own algorithms or plugins, that's the reason I'm using the project version and not the release. I followed this manual: http://docs.mitk.org/2014.10/BuildInstructionsPage.html In the prerequisites it stands, that Qt 5.x.x is not fully supported, so I should use Qt 4.7.x or above. Problem is that CMake always looks for Qt 5 (see screenshot) and some Qt5 files: Qt5Config.cmake qt5-config.cmake As soon as I set the Qt version to 4, there are no more errors found and CMake finishes the build without problems. Best, Heraldo ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
