Skip to content

Instantly share code, notes, and snippets.

@leepa
Created May 11, 2011 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leepa/966607 to your computer and use it in GitHub Desktop.
Save leepa/966607 to your computer and use it in GitHub Desktop.
If you want to use WebKit on a bundled app - you want to use this
install_name_tool -change @executable_path/../Frameworks/QtGui.framework/Versions/Current/QtGui @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui <PutExecutableHere>
install_name_tool -change @executable_path/../Frameworks/QtNetwork.framework/Versions/Current/QtNetwork @executable_path/../Frameworks/QtNetwork.framework/Versions/4/QtNetwork <PutExecutableHere>
install_name_tool -change @executable_path/../Frameworks/QtCore.framework/Versions/Current/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore <PutExecutableHere>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment