view createXcodeProject.sh @ 786:4aa9130f4e9f

Cleaned up and corrected the qmake project file a bit. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1063 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 29 Dec 2011 14:46:26 +0000
parents 88c587deed8c
children
line wrap: on
line source

#!/bin/sh
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/