Mercurial > hg > sonic-visualiser
changeset 1548:6c464be76d6a
Copy checker to top-level dir
author | Chris Cannam |
---|---|
date | Mon, 16 Jan 2017 13:58:20 +0000 |
parents | 5bd171b9278c |
children | ba126b1b6c7e |
files | sv.pro |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sv.pro Mon Jan 16 10:00:19 2017 +0000 +++ b/sv.pro Mon Jan 16 13:58:20 2017 +0000 @@ -17,9 +17,13 @@ linux*:TARGET = sonic-visualiser solaris*:TARGET = sonic-visualiser +!win32 { + QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . +} + linux* { sv_bins.path = /usr/local/bin/ - sv_bins.files = sonic-visualiser piper-vamp-simple-server checker/vamp-plugin-load-checker + sv_bins.files = sonic-visualiser piper-vamp-simple-server vamp-plugin-load-checker INSTALLS += sv_bins }