Page MenuHomePhabricator

v2018.04-beta
Closed, ResolvedPublic

Description

Build and provide beta installers for Windows, Linux (Ubuntu 16.04), and macOS.

Related Objects

Event Timeline

kislinsk triaged this task as Wishlist priority.Aug 6 2018, 4:00 PM
kislinsk created this task.
kislinsk moved this task from Backlog to Release management on the MITK (2018-04) board.

Replaced install() in CMake/mitkFunctionCreateMatchPointDeployedAlgorithm.cmake with MITK_INSTALL() macro as the algorithms were deployed to the wrong destination on macOS.

  • MatchPoint algorithms are not detected on macOS, even though the search path is correct. Works on Windows and Linux.
  • Linux installers do not work with Qt 5.10.1. QtWebEngineProcess isn't found. It's a bug in Qt 5.10 and fixed in Qt 5.11.1. However, we have a crash with Qt 5.11.1 when closing the workbench related to ctkPluginStorageSQL.