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
Mix behaviours as noted in #104
Thx for finding this issue @stpq
The text was updated successfully, but these errors were encountered:
321f688
Order is now:
qmake PREFIX=
unset PREFIX qmake && sudo make install install -m 755 -p "qtpass" "/usr/local/bin/qtpass" export PREFIX=/home/annejan/envtest qmake && make install install -m 755 -p "qtpass" "/home/annejan/envtest/qtpass" qmake PREFIX=/home/annejan/directtest && make install install -m 755 -p "qtpass" "/home/annejan/directtest/qtpass"
Sorry, something went wrong.
Use PREFIX from environment or from qmake directly, fixes #106
2495625
No branches or pull requests
Mix behaviours as noted in #104
Thx for finding this issue @stpq
The text was updated successfully, but these errors were encountered: