Skip to content

WIP: Support qt5

Sam Horvath requested to merge github/fork/jcfr/support-qt5 into master

Created by: jcfr

This topic allows to compile Slicer against either Qt4 or Qt5.

How to configure Slicer with Qt5 ?

If not installed on your system, you should specify the option -DQt5_DIR (e.g -DQt5_DIR:PATH=/home/jcfr/Software/Qt5.7.1/5.7/gcc_64/lib/cmake/Qt5)

Missing:

See https://www.slicer.org/wiki/Documentation/Labs/Qt5#To_Do_List

Known issues:

See https://www.slicer.org/wiki/Documentation/Labs/Qt5#Known_Issues

Update to dependent projects:

  • CTK
  • DataStore
  • EMSegment
  • MultiVolumeExporter
  • OpenIGTLinkIF

Merge request reports