Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
When trying to launch the freshly built AppImage I get this
$ ./Amazing_Qt_App-x86_64.AppImage
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Aborted (core dumped)
Using the continuous version.
Building on Ubuntu 16.04 Xenial
When trying to launch the freshly built AppImage I get this