Skip to content
  • Brad King's avatar
    COMP: Make use of QtOpenGL optional · 231e3831
    Brad King authored
    In some cases we should not use QtOpenGL, such as when its development
    module is not installed, or VTK uses a GL library different from that to
    which QtOpenGL is linked.  These changes create an option for the
    behavior, VTK_USE_QVTK_QTOPENGL, available when VTK_USE_QVTK is enabled.
    231e3831