Skip to content

Commit

Permalink
tiny updates to mac build/deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
aknoerig committed May 30, 2016
1 parent 46f7f9a commit 3db9b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phoenix.pro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ macx {
Debug:RCC_DIR = $${DEBDIR}
Debug:UI_DIR = $${DEBDIR}


QMAKE_MAC_SDK = macosx10.11 # uncomment/adapt for your version of OSX
CONFIG += x86_64 # x86 ppc
QMAKE_INFO_PLIST = FritzingInfo.plist
#DEFINES += QT_NO_DEBUG # uncomment this for xcode
Expand Down
2 changes: 1 addition & 1 deletion tools/deploy_fritzing_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cp -r $builddir/Fritzing.app $deploydir

echo ">> add .app dependencies"
cd $deploydir
$QTBIN/macdeployqt Fritzing.app
$QTBIN/macdeployqt Fritzing.app -verbose=2

supportdir=$deploydir/Fritzing.app/Contents/MacOS
echo ">> support directory"
Expand Down

0 comments on commit 3db9b71

Please sign in to comment.