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

CI: Updated to Qbs 2.0.2 #3796

Merged
merged 3 commits into from
Jul 28, 2023
Merged

CI: Updated to Qbs 2.0.2 #3796

merged 3 commits into from
Jul 28, 2023

Commits on Jul 28, 2023

  1. CI: Updated to Qbs 2.0.2

    This should fix the macOS builds, which were using Qbs from Qt Creator
    versions 5.0.3 and 7.0.2, which are no longer available to download.
    
    Using Qt Creator 5.0.3 was necessary on old versions of macOS since it
    was the last release using Qt 5. We should be able to use a newer
    version even when building for macOS 10.12-10.13.
    bjorn committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    070d3f9 View commit details
    Browse the repository at this point in the history
  2. Try to fix Python plugin enabling on Windows

    Seems that the behavior of File.exists might have changed between 1.23.1
    and 2.0.2, such that it now returns true for an empty string.
    
    This change makes the Python detection a little more strict.
    bjorn committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3adbb14 View commit details
    Browse the repository at this point in the history
  3. Another fix to the Windows installer regarding Python detection

    I'd rather check for whether the python plugin product is being built to
    avoid duplicating some logic here, but I'm not sure how.
    bjorn committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    51c4bdb View commit details
    Browse the repository at this point in the history