From ca5b35ab74242f186c657b1fb4c790ffc5e8c5f9 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Wed, 24 Oct 2018 23:22:07 +0000 Subject: [PATCH] Update spectral.pro --- spectral.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spectral.pro b/spectral.pro index 669f598..9828ea8 100644 --- a/spectral.pro +++ b/spectral.pro @@ -63,7 +63,8 @@ unix:!mac:isEmpty(BINDIR) { message("Install BINDIR not set; using PREFIX/bin. You can change this with 'qmake BINDIR=...'") BINDIR = $$PREFIX/bin } -unix:target.path = $$BINDIR +unix:!mac:target.path = $$BINDIR +mac:target.path = $$PREFIX/bin win32:target.path = $$PREFIX !isEmpty(target.path): INSTALLS += target