Mercurial > hg > sonic-visualiser
comparison sv.pro @ 1753:e4cf3ec06955
Pick up prefix from configure for install target
author | Chris Cannam |
---|---|
date | Tue, 05 Dec 2017 14:29:23 +0000 |
parents | 3587df7758e7 |
children | a2053d1fb6be |
comparison
equal
deleted
inserted
replaced
1752:716e13004b19 | 1753:e4cf3ec06955 |
---|---|
20 !win32 { | 20 !win32 { |
21 QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . | 21 QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . |
22 } | 22 } |
23 | 23 |
24 linux* { | 24 linux* { |
25 sv_bins.path = /usr/local/bin/ | 25 sv_bins.path = $$PREFIX_PATH/bin/ |
26 sv_bins.files = piper-vamp-simple-server vamp-plugin-load-checker sonic-visualiser | 26 sv_bins.files = piper-vamp-simple-server vamp-plugin-load-checker sonic-visualiser |
27 INSTALLS += sv_bins | 27 INSTALLS += sv_bins |
28 } | 28 } |
29 | 29 |
30 TRANSLATIONS += \ | 30 TRANSLATIONS += \ |