Difference between revisions of "Documentation/Labs/Qt5-and-VTK8"

From Slicer Wiki
Jump to: navigation, search
m (Created page with 'This page will document experiments related to the upgrade of Slicer base to Qt5. == References == == Progress == * VTK support: Done ** [https://github.com/Kitware/VTK/commi…')
 
Line 6: Line 6:
 
== Progress ==
 
== Progress ==
  
* VTK support: Done
+
* VTK:
** [https://github.com/Kitware/VTK/commit/384636ec 384636ec - COMP 12945: Allow VTK to build against Qt5]
+
** Basic support: Done
** [https://github.com/Kitware/VTK/commit/e4e3dfa71 e4e3dfa71 - COMP 12945: Fix Qt5 specific build error related to vtkQtCxxTests]
+
*** [https://github.com/Kitware/VTK/commit/384636ec 384636ec - COMP 12945: Allow VTK to build against Qt5]
** [https://github.com/Kitware/VTK/commit/c055be00a c055be00a - ENH: Add VTK_QT_VERSION to the VTK global config. options.]
+
*** [https://github.com/Kitware/VTK/commit/e4e3dfa71 e4e3dfa71 - COMP 12945: Fix Qt5 specific build error related to vtkQtCxxTests]
** [https://github.com/Kitware/VTK/commit/eeba833c42 eeba833c42 - Make Qt examples build with either Qt4 or Qt5.]
+
*** [https://github.com/Kitware/VTK/commit/c055be00a c055be00a - ENH: Add VTK_QT_VERSION to the VTK global config. options.]
 +
*** [https://github.com/Kitware/VTK/commit/eeba833c42 eeba833c42 - Make Qt examples build with either Qt4 or Qt5.]
 +
** Quick support: To Be Done
  
  

Revision as of 14:10, 11 February 2014

Home < Documentation < Labs < Qt5-and-VTK8

This page will document experiments related to the upgrade of Slicer base to Qt5.


References

Progress


  • Slicer build system upgrade: To be done
  • ITKv4: NA