Skip to content

Instantly share code, notes, and snippets.

@machinekoder
Last active August 29, 2015 13:59
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 machinekoder/10604786 to your computer and use it in GitHub Desktop.
Save machinekoder/10604786 to your computer and use it in GitHub Desktop.
Deploying Qt/QML Applications
Deploying Qt/QML Applications
-------
A good blog post can be found here:
http://lemirep.wordpress.com/2013/06/01/deploying-qt-applications-on-linux-and-windows-3/comment-page-1/
For Linux note that the run script should use /bin/bash to work properly on Ubuntu. Older distributions may also need libc and gcc libraries deployed.
On Mac OSX deploying applications is really easy using the macdeployment tool. Don't forget to tell it the qml dir.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment