Page MenuHomePhabricator

compile OpenCV without Qt support in MITK superbuild
Closed, ResolvedPublic

Description

if opencv is built with Qt support and one calls imshow() while having the workbench open this will result in a conflict of the two QApplication instances started by MITK and opencv

solution: build opencv without Qt support in superbuild

Event Timeline

[b3029f]: Merge branch 'bug-13353-opencv-no-qt-in-superbuild'

Merged commits:

2012-09-11 18:24:50 Michael Mueller [7ce1b7]
small bugfix in stringpropertyeditor
removed automatic Qt setup for Opencv (struggle with Qt App object instantiated by the MITK workbench)