Skip to content

COMP: Avoid symbol clash detecting system install of Qt. See #3573

Sam Horvath requested to merge github/fork/jcfr/3574-detect-system-qt into master

Created by: jcfr

If qmake is found in a system location, explicitly mark Qt as such. Doing so will prevent system path from being prepended to PATH or (DY)LD_LIBRARY_PATH when generating the launcher settings and avoid system libraries symbols from conflicting with Slicer version of these libraries.

Merge request reports