Page MenuHomePhabricator

Building MITK without Qt5 does not work
Closed, WontfixPublic

Description

MITK can be configured with the option -DMITK_USE_Qt5:BOOL=OFF. The result should be that MITK does not need Qt5 and all related projects are not built.

However, building with that option gives me the following error:
CMake Error at GUISupport/Qt/CMakeLists.txt: 72 [...] Could not find a package configuration file provided by "Qt5" with any of the following names: [...]

CMake Error at CMake/ctkmactroSetupQt.cmake: 50 [...] Could not find a package configuration file provided by "Qt5" with any of the following names: [...]

Event Timeline

kalali triaged this task as High priority.Nov 22 2019, 6:05 PM
kalali created this task.

Building MITK without Qt5: -DMITK_USE_Qt5:BOOL=OFF -DMITK_USE_CTK:BOOL=OFF -DMITK_USE_BLUEBERRY:BOOL=OFF

kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs