Update spectral.pro

This commit is contained in:
Black Hat 2018-10-24 23:22:07 +00:00
parent 36008c4598
commit ca5b35ab74
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ unix:!mac:isEmpty(BINDIR) {
message("Install BINDIR not set; using PREFIX/bin. 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:!mac:target.path = $$BINDIR
mac:target.path = $$PREFIX/bin
win32:target.path = $$PREFIX win32:target.path = $$PREFIX
!isEmpty(target.path): INSTALLS += target !isEmpty(target.path): INSTALLS += target