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

Build-qt.sh fixes and updates #32

Merged
merged 8 commits into from Aug 17, 2017
Merged

Build-qt.sh fixes and updates #32

merged 8 commits into from Aug 17, 2017

Commits on Jul 6, 2017

  1. Build-qt.sh: Fix installation directory option

    Before, the script overwrote the user-specified installation directory with
    qt-everywhere-opensource-build-4.8.7. Now, respect the user-specified option and
    default to qt-everywhere-option-build-4.8.7.
    msmolens committed Jul 6, 2017
    Copy the full SHA
    ced11bd View commit details
    Browse the repository at this point in the history
  2. Build-qt.sh: Fix and enhance OSX sysroot option

    Fix a bug where the default sysroot was not applied because it was assigned to a
    wrongly named variable.
    
    Additionally, attempt to use xcrun to determine the default SDK path before
    falling back to the fixed value.
    msmolens committed Jul 6, 2017
    Copy the full SHA
    8970737 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c27711c View commit details
    Browse the repository at this point in the history
  4. Build-qt.sh: Avoid redownloading libraries

    Avoid redownloading libraries if the archives already exist locally.
    msmolens committed Jul 6, 2017
    Copy the full SHA
    014d987 View commit details
    Browse the repository at this point in the history
  5. Build-qt.sh: Make output quieter

    Don't extract archives verbosely and build Qt with less output. This reduces the
    output to the console, which is valuable especially when running the script on a
    remote system.
    msmolens committed Jul 6, 2017
    Copy the full SHA
    a2c736e View commit details
    Browse the repository at this point in the history
  6. Build-qt.sh: Fix error when building with OSX 10.12 SDK

    Disable phonon to fix the following build error when building with the OSX 10.12
    SDK:
    
        ../../../3rdparty/phonon/qt7/quicktimevideoplayer.h:23:9: fatal error: 'QTKit/QTDataReference.h' file not found
    
    To keep the script simple and builds consistent, always disable phonon without
    regard for the platform or SDK version.
    msmolens committed Jul 6, 2017
    Copy the full SHA
    2ae0619 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Copy the full SHA
    e226cfb View commit details
    Browse the repository at this point in the history
  2. .gitignore: Add libraries

    msmolens committed Jul 18, 2017
    Copy the full SHA
    1946db6 View commit details
    Browse the repository at this point in the history