Skip to content

Commit

Permalink
Use PREFIX from environment or from qmake directly, fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan authored and Anne Jan Brouwer committed Oct 22, 2015
1 parent 8d90aee commit 2495625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qtpass.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ win32 {
OTHER_FILES += LICENSE \
README.md

isEmpty(PREFIX) {
PREFIX = $$(PREFIX)
}

isEmpty(PREFIX) {
PREFIX = /usr/local/bin
}
Expand Down

0 comments on commit 2495625

Please sign in to comment.