We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current comment in phoenix.pro says:
# Disable this if you have (and want) libgit2 dynamically LIBGIT_STATIC = true
It's ambiguous and some folks are going to comment this out instead of setting it to false, which leads to the qmake error:
libgit2detect.pri:22: if(condition) requires one argument.
To save other folks some time, let's just rephrase it to:
# Set this to false if you have (and want) libgit2 dynamically LIBGIT_STATIC = true
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
The current comment in phoenix.pro says:
It's ambiguous and some folks are going to comment this out instead of setting it to false, which leads to the qmake error:
Proposed Solution
To save other folks some time, let's just rephrase it to:
The text was updated successfully, but these errors were encountered: