Mac-specific: Fix help installing for any build directory

This commit is contained in:
Abs62 2014-07-21 17:36:32 +04:00
parent 2f8b4975a3
commit 8e56dae5cd

View file

@ -178,7 +178,7 @@ mac {
mkdir -p GoldenDict.app/Contents/MacOS/locale & \
cp -R locale/*.qm GoldenDict.app/Contents/MacOS/locale/ & \
mkdir -p GoldenDict.app/Contents/MacOS/help & \
cp -R help/*.qch GoldenDict.app/Contents/MacOS/help/
cp -R $${PWD}/help/*.qch GoldenDict.app/Contents/MacOS/help/
CONFIG += zim_support
}