Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

jcfr
Copy link
Member

@jcfr jcfr commented Aug 3, 2017

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.

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.
@jcfr
Copy link
Member Author

jcfr commented Aug 3, 2017

Cc: @dzenanz

Copy link
Member

@dzenanz dzenanz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good.

@jcfr
Copy link
Member Author

jcfr commented Aug 3, 2017

Thanks for the review

@jcfr
Copy link
Member Author

jcfr commented Aug 3, 2017

Integrated in r26193

@jcfr jcfr closed this Aug 3, 2017
@jcfr jcfr deleted the 3574-detect-system-qt branch August 3, 2017 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants