Fix comments.

This commit is contained in:
Black Hat 2018-10-24 22:52:47 +00:00
parent d7003dc734
commit 7bc4b611d4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ unix:!mac:isEmpty(PREFIX) {
PREFIX = /usr/local PREFIX = /usr/local
} }
unix:!mac:isEmpty(BINDIR) { unix:!mac:isEmpty(BINDIR) {
message("Install BINDIR not set; using /usr/local. You can change this with 'qmake BINDIR=...'") message("Install BINDIR not set; using PREFIX/bin. You can change this with 'qmake BINDIR=...'")
BINDIR = $$PREFIX/bin BINDIR = $$PREFIX/bin
} }
unix:target.path = $$BINDIR unix:target.path = $$BINDIR