# HG changeset patch # User Chris Cannam # Date 1507147404 -3600 # Node ID 3587df7758e748e110eb36558acf93a228de82e3 # Parent c6dfd16843164a9562b43beb5e7919f3b6f2880d Strangely the three files seem to be installed if we have them in this order, but not the other order. Must be missing something here. diff -r c6dfd1684316 -r 3587df7758e7 sv.pro --- a/sv.pro Fri Sep 08 15:39:38 2017 +0100 +++ b/sv.pro Wed Oct 04 21:03:24 2017 +0100 @@ -23,7 +23,7 @@ linux* { sv_bins.path = /usr/local/bin/ - sv_bins.files = sonic-visualiser piper-vamp-simple-server vamp-plugin-load-checker + sv_bins.files = piper-vamp-simple-server vamp-plugin-load-checker sonic-visualiser INSTALLS += sv_bins }