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

Qbs: Use pkg-config to depend on zlib #3999

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 8, 2024

  1. Qbs: Use pkg-config to depend on zlib

    This way we should support building Tiled with zlib in some strange
    location, like on NixOS.
    
    To support this on the latest version of Qbs, we need to set
    Project.qbsModuleProviders since it no longer falls back on pkg-config
    by default. Since this property was introduced in Qbs 1.21, this becomes
    the minimum Qbs version.
    bjorn committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    02d6749 View commit details
    Browse the repository at this point in the history