Mercurial > hg > sonic-visualiser
diff sv.pro @ 2377:995a4014a5c8
Further Mac deployment updates
author | Chris Cannam |
---|---|
date | Wed, 16 Oct 2019 15:29:37 +0100 |
parents | debd173b6905 |
children | 0fdf04a1c6fc |
line wrap: on
line diff
--- a/sv.pro Wed Oct 16 15:29:03 2019 +0100 +++ b/sv.pro Wed Oct 16 15:29:37 2019 +0100 @@ -19,7 +19,6 @@ !win32 { PRE_TARGETDEPS += $$PWD/libbase.a - QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . } linux* { @@ -81,3 +80,10 @@ main/SVSplash.cpp \ main/PreferencesDialog.cpp +macx* { + QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . && deploy/osx/deploy.sh $$shell_quote(Sonic Visualiser) +} + +linux { + QMAKE_POST_LINK += cp checker/vamp-plugin-load-checker . +}