Mercurial > hg > sonic-visualiser
comparison sv.pro @ 1918:13d221b6cf07
Attempt to fix failure to install helpers (again). Perhaps the fact that this path did not correspond exactly to a build target is the problem.
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2018 09:42:24 +0100 |
parents | a2053d1fb6be |
children | 03acc9f89d4f |
comparison
equal
deleted
inserted
replaced
1917:cc28ca5aa4ba | 1918:13d221b6cf07 |
---|---|
22 QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . | 22 QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . |
23 } | 23 } |
24 | 24 |
25 linux* { | 25 linux* { |
26 sv_bins.path = $$PREFIX_PATH/bin/ | 26 sv_bins.path = $$PREFIX_PATH/bin/ |
27 sv_bins.files = piper-vamp-simple-server vamp-plugin-load-checker sonic-visualiser | 27 sv_bins.files = piper-vamp-simple-server checker/vamp-plugin-load-checker sonic-visualiser |
28 INSTALLS += sv_bins | 28 INSTALLS += sv_bins |
29 } | 29 } |
30 | 30 |
31 TRANSLATIONS += \ | 31 TRANSLATIONS += \ |
32 i18n/sonic-visualiser_ru.ts \ | 32 i18n/sonic-visualiser_ru.ts \ |