On 09/09/2013 04:36 AM, Mitch Curtis wrote: > On 09/09/2013 05:05 PM, Joseph W Joshua wrote: >> Hello all, >> >> I wish to deploy my application under both Linux and windows. In >> windows, the OS automatically looks for libraries in the application >> startup path. However in Linux, the OS always complains about missing >> libs, even though they are located in the same folder as the app. >> >> Is there a way, in linux, to tell the application to use the libs in the >> same folder as the app? >> >> Josh. >> _______________________________________________ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest >> > > Please see: > http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html#creating-the-application-package Thanks,
LD_LIBRARY_PATH looks like the best option. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest