# HG changeset patch # User Chris Cannam # Date 1530611128 -3600 # Node ID 03acc9f89d4f02b28c84c17d10d5c20bd094984c # Parent 13d221b6cf07a221c08b6fb8597cb21f2d7efddb Looks like this config option is what we need diff -r 13d221b6cf07 -r 03acc9f89d4f sv.pro --- 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 }