changeset 781:88c587deed8c

createXcodeProject: Added some deploy notes. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1058 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 27 Dec 2011 15:39:08 +0000
parents 7bccc7ff65b8
children 27e329bdb08a
files createXcodeProject.sh
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/createXcodeProject.sh	Tue Dec 27 13:46:43 2011 +0000
+++ b/createXcodeProject.sh	Tue Dec 27 15:39:08 2011 +0000
@@ -1,2 +1,6 @@
 #!/bin/sh
-qmake -spec macx-xcode UniversalIndentGUI.pro
\ No newline at end of file
+qmake -spec macx-xcode UniversalIndentGUI.pro
+
+# Some notes on how to deploy on Mac using MacPorts Qt installation
+# macdeployqt ./release/UniversalIndentGUI.app
+# cp -rf /opt/local/lib/Resources/qt_menu.nib ./release/UniversalIndentGUI.app/Contents/Resources/
\ No newline at end of file