Skip to content

COMP: ensure application singletons are available

Steve Pieper requested to merge link-segeffects-to-qapp into master

Similar to an issue in the DataStore module [1], a library that accesses qSlicerApplication::application() or other singletons needs to be explicitly linked to qSlicerBaseQTGUI on some platforms (for example debian 9 with gcc6).

[1] https://github.com/Slicer/Slicer-DataStore/pull/2

Merge request reports