Mercurial > hg > sonic-visualiser
comparison deploy/osx/deploy.sh @ 745:d18c89386a71
OS/X build: copy frameworks and plugins automatically
author | Chris Cannam |
---|---|
date | Mon, 07 Jul 2014 08:14:08 +0100 |
parents | 5462ac97d28f |
children | 40ff7c801fc2 bd3728701e1e |
comparison
equal
deleted
inserted
replaced
744:ccf3749cbaea | 745:d18c89386a71 |
---|---|
20 case "$version" in | 20 case "$version" in |
21 [0-9].[0-9]) bundleVersion="$version".0 ;; | 21 [0-9].[0-9]) bundleVersion="$version".0 ;; |
22 [0-9].[0-9].[0-9]) bundleVersion="$version" ;; | 22 [0-9].[0-9].[0-9]) bundleVersion="$version" ;; |
23 *) echo "Error: Version $version is neither two- nor three-part number" ;; | 23 *) echo "Error: Version $version is neither two- nor three-part number" ;; |
24 esac | 24 esac |
25 | |
26 echo | |
27 echo "Copying in frameworks and plugins from Qt installation directory." | |
28 | |
29 deploy/osx/copy-qt.sh "$app" || exit 2 | |
25 | 30 |
26 echo | 31 echo |
27 echo "Fixing up paths." | 32 echo "Fixing up paths." |
28 | 33 |
29 deploy/osx/paths.sh "$app" | 34 deploy/osx/paths.sh "$app" |