changeset 1745:3587df7758e7

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.
author Chris Cannam
date Wed, 04 Oct 2017 21:03:24 +0100
parents c6dfd1684316
children bf4a7015033e
files sv.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 }