changeset 1509:6399dba63753 3.0-integration

Add Linux install target
author Chris Cannam
date Mon, 09 Jan 2017 16:48:29 +0000
parents 61fbdaa56829
children 830ba64a90a1
files sv.pro
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sv.pro	Mon Jan 09 16:41:45 2017 +0000
+++ b/sv.pro	Mon Jan 09 16:48:29 2017 +0000
@@ -17,6 +17,12 @@
 linux*:TARGET = sonic-visualiser
 solaris*:TARGET = sonic-visualiser
 
+linux* {
+    sv_bins.path = /usr/local/bin/
+    sv_bins.files = sonic-visualiser piper-vamp-simple-server checker/vamp-plugin-load-checker
+    INSTALLS += sv_bins
+}
+
 TRANSLATIONS += \
         i18n/sonic-visualiser_ru.ts \
 	i18n/sonic-visualiser_en_GB.ts \