Page MenuHomePhabricator

Port Qmitk/QmitkExt to Qt4 without QT3SUPPORT
Closed, ResolvedPublic

Description

This widget is only two buttons in a vertical layout. Should be an easy task.

This would simplify compiling MITK for MacOS

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone
ResolvedNone
Wontfixkislinsk

Event Timeline

There are much more places in Qmitk/QmitkExt

[SVN revision 19511]
FIX (#2669): remove dependency to QT3SUPPORT in Qt4 in several classes

[SVN revision 20842]
FIX (#2669): fix some headers, use some different Qt interfaces, exclude some unused classes; makes ExtApp compile with a Carbon VTK again

[SVN revision 20843]
COMP (#2669): deactivate QmitkToolWorkingDataListBox InteractiveSegmentation (replaced by Segmentation); correct a fix in QmitkFunctionalityComponentContainer.cpp

[SVN revision 20845]
COMP (#2669): reactivate navibroncosegmentation, removed references to Q3GroupBox

[SVN revision 20848]
COMP (#2669): temporarily disable all modules that still rely on QT3SUPPORT classes

[SVN revision 20849]
COMP (#2669): deactivate more modules due to QT3SUPPORT dependency

[SVN revision 20850]
COMP (#2669): deactivate another bundle

[SVN revision 20865]
COMP (#2669): re-activate all bundles, explicitly stating their QT3SUPPORT dependency

[SVN revision 20875]
CHG (#2669): Changed navibronchoplanning to not need QT3 Support anymore. Removed flag from navibronchoplanning and navibronchosegmentation CMakeLists.txt

[SVN revision 20877]
FIX (#2669): removed QT3 dependency in QmitkRobopsyInterface

By revision 20865 the latest, MITK can be compiled without QT3SUPPORT, using a Carbon-VTK on MacOSX 10.5.

reopen bug to remove last qt3 issues

[SVN revision 22612]
FIX (#2669): Removing qt3 pixmap support causing "Q3Support/QMimeHeader.h not found" error for Qt builds completely without Qt3Support