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

Disable relocatable Qt with -no-feature-relocatable. #86

Merged
merged 1 commit into from
Apr 12, 2020

Commits on Apr 12, 2020

  1. Disable relocatable Qt with -no-feature-relocatable.

    We build Qt with frameworks enabled. When frameworks are enabled, relocatable Qt
    uses the framework bundle to determine what the relocatable path to Qt libraries
    is:
    https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/global/qlibraryinfo.cpp?h=5.14.2#n537
    
    We deploy standalone Qt dylibs without frameworks, so this causes a crash on
    launch with Qt 5.14:
    https://bugs.launchpad.net/mixxx/+bug/1871238
    
    As a short-term fix, disable relocatable Qt. A longer term fix would be to build
    with frameworks disabled, or to actually ship frameworks instead of standalone
    libraries.
    rryan committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    f24080c View commit details
    Browse the repository at this point in the history