From 1b46a32204ad0bc352f4265f0133cea8949907ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sun, 14 Oct 2012 16:27:32 +0200 Subject: [PATCH] Fix a packaging issue on MacOSX, with Qt 4.8 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 282c7dc..bfd1ddd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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; \