Skip to content

Instantly share code, notes, and snippets.

@Acrowit
Created April 8, 2012 07:21
Show Gist options
  • Save Acrowit/2335557 to your computer and use it in GitHub Desktop.
Save Acrowit/2335557 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