Page MenuHomePhabricator

[Qt5] Installer does not work on Windows out of box
Closed, ResolvedPublic

Description

I just tested the default installer (pretty much everything enabled) that was built by my nightly dartclient (Windows 7, MSVC 2012, Qt 5.2.1). To get the Workbench up and running I had to manually copy a few files from my Qt installation to the bin folder of the MITK installation:

  • platform folder (only qwindows.dll)
  • sqldrivers folder (only qsqlite.dll)

Furthermore I had to move all MITK plugins from the plugins folder into the plugins/Release folder.

Event Timeline

Since the modernize CMake branch was pushed, only the missing Qt plugins still need to be copied manually.

User kislinsk has pushed new remote branch:

bug-18693-Qt5Installer

[e68997]: Merge branch 'bug-18693-Qt5Installer'

Merged commits:

2015-02-24 12:39:25 Stefan Kislinskiy [6da891]
Install necessary Qt 5 plugins for Windows.