annotate createXcodeProject.sh @ 801:71b89219671c default tip

Fix Debian package rules for Qt5 build.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Apr 2018 02:02:51 +0300
parents 88c587deed8c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
774
344f1b57a985 Added shell script which creates a Xcode project.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
1 #!/bin/sh
781
88c587deed8c createXcodeProject: Added some deploy notes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 774
diff changeset
2 qmake -spec macx-xcode UniversalIndentGUI.pro
88c587deed8c createXcodeProject: Added some deploy notes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 774
diff changeset
3
88c587deed8c createXcodeProject: Added some deploy notes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 774
diff changeset
4 # Some notes on how to deploy on Mac using MacPorts Qt installation
88c587deed8c createXcodeProject: Added some deploy notes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 774
diff changeset
5 # macdeployqt ./release/UniversalIndentGUI.app
88c587deed8c createXcodeProject: Added some deploy notes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 774
diff changeset
6 # cp -rf /opt/local/lib/Resources/qt_menu.nib ./release/UniversalIndentGUI.app/Contents/Resources/