changeset 1919:03acc9f89d4f

Looks like this config option is what we need
author Chris Cannam
date Tue, 03 Jul 2018 10:45:28 +0100
parents 13d221b6cf07
children 55241126e0e4
files sv.pro
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sv.pro	Tue Jul 03 09:42:24 2018 +0100
+++ b/sv.pro	Tue Jul 03 10:45:28 2018 +0100
@@ -24,7 +24,8 @@
 
 linux* {
     sv_bins.path = $$PREFIX_PATH/bin/
-    sv_bins.files = piper-vamp-simple-server checker/vamp-plugin-load-checker sonic-visualiser
+    sv_bins.files = checker/vamp-plugin-load-checker piper-vamp-simple-server sonic-visualiser
+    sv_bins.CONFIG = no_check_exist
     INSTALLS += sv_bins
 }