Skip to content

Instantly share code, notes, and snippets.

@seekshreyas
Forked from Acrowit/QtMacDeploy.sh
Created April 8, 2012 07:25
Show Gist options
  • Save seekshreyas/2335581 to your computer and use it in GitHub Desktop.
Save seekshreyas/2335581 to your computer and use it in GitHub Desktop.
Qt Mac Deployment Script
# Qt Mac Deployment Script
# ---------------------------
# Generate Build By :
$ QtSDK/Desktop/Qt/474/gcc/bin/macdeployqt MyApp.app
# Verify Build By
$ otool -L MyApp.app/Contents/MacOS/MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment