Fix comments.

square-messages
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
}
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
}
unix:target.path = $$BINDIR