mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-18 10:26:15 +01:00
Fix a packaging issue on MacOSX, with Qt 4.8
This commit is contained in:
parent
7d30d6412a
commit
1b46a32204
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ package-macosx:
|
||||||
|
|
||||||
# Copy needed Qt resources
|
# Copy needed Qt resources
|
||||||
mkdir -p $(MACOSX_PACKAGE_DIR)/Contents/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
|
# Change the dependencies, so that we point to the libraries inside the bundle
|
||||||
cd $(MACOSX_PACKAGE_DIR)/Contents/Frameworks; \
|
cd $(MACOSX_PACKAGE_DIR)/Contents/Frameworks; \
|
||||||
|
|
Loading…
Reference in a new issue