Fix a packaging issue on MacOSX, with Qt 4.8

This commit is contained in:
Olivier Teulière 2012-10-14 16:27:32 +02:00
parent 7d30d6412a
commit 1b46a32204

View file

@ -80,7 +80,7 @@ package-macosx:
# Copy needed Qt resources
mkdir -p $(MACOSX_PACKAGE_DIR)/Contents/Resources
cp -r /opt/local/lib/Resources/qt* $(MACOSX_PACKAGE_DIR)/Contents/Resources
cp -r "`find /opt/local -name qt_menu.nib`" $(MACOSX_PACKAGE_DIR)/Contents/Resources
# Change the dependencies, so that we point to the libraries inside the bundle
cd $(MACOSX_PACKAGE_DIR)/Contents/Frameworks; \