Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-23 Thread Thomas Perl
2013/12/22 Mike Sheldon : > On Sun, 2013-12-22 at 19:11 +0530, Sadika Sumanapala wrote: >> thank you. is there a way to deploy compiled shared libraries with >> app? > > Just include them in your rpm and set the -rpath value for your binary > at compilation time (alternatively you could be setting

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-22 Thread Sadika Sumanapala
Thank you On Sun, Dec 22, 2013 at 9:27 PM, Mike Sheldon wrote: > On Sun, 2013-12-22 at 19:11 +0530, Sadika Sumanapala wrote: > > thank you. is there a way to deploy compiled shared libraries with > > app? > > Just include them in your rpm and set the -rpath value for your binary > at compilatio

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-22 Thread Mike Sheldon
On Sun, 2013-12-22 at 19:11 +0530, Sadika Sumanapala wrote: > thank you. is there a way to deploy compiled shared libraries with > app? Just include them in your rpm and set the -rpath value for your binary at compilation time (alternatively you could be setting LD_LIBRARY_PATH at runtime from you

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-22 Thread Sadika Sumanapala
thank you. is there a way to deploy compiled shared libraries with app? On Sat, Dec 21, 2013 at 11:02 PM, Andrey Kozhevnikov wrote: > static link object file to your binary > > > On 21.12.2013 23:28, Sadika Sumanapala wrote: > > My qt application uses 3rd party library which use Cmake to build

Re: [SailfishDevel] adding libraries to sailfish app.

2013-12-21 Thread Andrey Kozhevnikov
static link object file to your binary On 21.12.2013 23:28, Sadika Sumanapala wrote: My qt application uses 3rd party library which use Cmake to build. How can I add it to qmake project (or required libraries) to create sailfish application? (I'm new to this) _