Re: [SailfishDevel] Include shared library

2014-09-15 Thread Jonni Rainisto
er 09, 2014 11:12 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] Include shared library Hi I want to include two shared libraries in my RPM file and need some help. What is the proper configuration to include the libraries in the RPM. The libraries should be installed in the directory

[SailfishDevel] Include shared library

2014-09-15 Thread Steffen Förster
Hi I want to include two shared libraries in my RPM file and need some help. What is the proper configuration to include the libraries in the RPM. The libraries should be installed in the directory /usr/share/harbour-masterpassword/lib (harbour restriction). Yes, I have read the code of the p

Re: [SailfishDevel] Include shared library

2014-09-12 Thread Steffen Förster
Hi Reto, thanks for your hint: |- | It seem you are missing a (at least I didn't spot it...): | | INSTALLS += lib | | that would explain why it does not install the libs and are not in the rpm. |-

Re: [SailfishDevel] Include shared library

2014-09-12 Thread Reto Zingg
Hi, On 11.09.2014 21:15, Steffen Förster wrote: Hi I want to include two shared libraries in my RPM file and need some help. What is the proper configuration to include the libraries in the RPM. The libraries should be installed in the directory /usr/share/harbour-masterpassword/lib (harbour re

[SailfishDevel] Include shared library

2014-09-11 Thread Steffen Förster
Hi I want to include two shared libraries in my RPM file and need some help. What is the proper configuration to include the libraries in the RPM. The libraries should be installed in the directory /usr/share/harbour-masterpassword/lib (harbour restriction). I have read the code of the projec