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

Account for how qt6 & qmake-qt5 coexist & check vars. #169

Open
wants to merge 6 commits into
base: Release
Choose a base branch
from

Commits on Jan 11, 2023

  1. Account for how qt6 & qmake-qt5 coexist & check vars.

    qmake is called qmake-qt5 now, so this change will make the script work on more systems. It also allows people to set the name using MY_QMAKE, and now this script no longer overwrites the MY_QT_PATH if the user has done export MY_QT_PATH before running this script.
    Poikilos committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    10d163f View commit details
    Browse the repository at this point in the history
  2. Fix the usage message to say the correct package names and specify th…

    …e necessary export commands.
    Poikilos committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    fd66adc View commit details
    Browse the repository at this point in the history
  3. Ignore moc files.

    Poikilos committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    64ee9cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a34cadc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a6665b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7786e2 View commit details
    Browse the repository at this point in the history