From 25a61dcebcbb685c6c95382de849d769b0ceeac1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 12 Dec 2010 22:48:40 +0900 Subject: [PATCH] grab mac plugins from new location --- mac/make_local.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mac/make_local.sh b/mac/make_local.sh index 1d574d2ee..0a15ad30e 100755 --- a/mac/make_local.sh +++ b/mac/make_local.sh @@ -13,6 +13,7 @@ find . -name '*.pyc' -exec rm {} \; echo "adding image formats..." rm -rf ankiqt/imageformats mkdir ankiqt/imageformats -cp -Rvf /Developer/Applications/Qt/plugins/imageformats/libq{gif,jpeg,svg,tiff}* ankiqt/imageformats +cp -Rvf /usr/local/Trolltech/Qt-4.7.1/plugins/imageformats/libq{gif,jpeg,svg,tiff}.dylib ankiqt/imageformats +#cp -Rvf /Developer/Applications/Qt/plugins/imageformats/libq{gif,jpeg,svg,tiff}* ankiqt/imageformats echo "building..." PYTHONPATH=ankiqt:libanki $PYTHON ankiqt/mac/setup.py bdist_dmg