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

[staging] PyQt5, PyQt6: parallel build and fix of test #223817

Merged
merged 3 commits into from
Apr 24, 2023

Commits on Mar 29, 2023

  1. PyQt5: fix check for QtConnectivity

    The module QtConnectivity does not exist. However, QtBluetooth and QtNfc
    do.
    panicgh committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    aa69dbd View commit details
    Browse the repository at this point in the history
  2. PyQt5: enable parallel building

    Port the workaround for parallel building from PyQt6 to PyQt5. The
    initial workaround has been added in commit
    1824a12.
    panicgh committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    879fa96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9709a91 View commit details
    Browse the repository at this point in the history