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: Deal with Qt depends .qmake.stash file #2048

Merged
merged 1 commit into from
Mar 14, 2021

Commits on Mar 14, 2021

  1. Deal with Qt depends .qmake.stash file

    Gridcoin added a top-level Qt SUBDIRS-type project in gridcoin-community#2038 (6f090a0)
    to manage auxillary Qt modules needed by the project, and this causes
    Qt to generate a .qmake.stash file in the depends directory. The file
    contains a cache of qmake build variables which can cause issues with
    subsequent static builds that target a different platform or SDK than
    those selected for the previous depends build.
    
    This ensures that the Qt recipe clears the stash file when rebuilding
    the Qt packages, and qmake will regenerate it as needed.
    cyrossignol committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    9cef781 View commit details
    Browse the repository at this point in the history