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

deps.qt: Update Qt build options #249

Merged
merged 3 commits into from
May 3, 2024

Commits on May 3, 2024

  1. deps.qt: Correct some configure options

    After checking the Qt docs, it seems that some of the options we
    attempted to set were being set incorrectly.
    
    https://github.com/qt/qtbase/blob/v6.6.3/cmake/configure-cmake-mapping.md
    RytoEX committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4d979fe View commit details
    Browse the repository at this point in the history
  2. deps.qt: Disable building testlib on macOS

    This was already disabled on Windows.
    RytoEX committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ab69266 View commit details
    Browse the repository at this point in the history
  3. deps.qt: Do not use vcpkg

    This is normally autodetected, but we can explicitly enable or disable
    it. To prevent unwanted surprises, it's probably safer to disable it.
    RytoEX committed May 3, 2024
    Configuration menu
    Copy the full SHA
    35736d7 View commit details
    Browse the repository at this point in the history