Re: [CMake] getting the rpath right on osx

2015-11-02 Thread Andreas Pakulat
Hi, On Mon, Nov 2, 2015 at 4:26 PM, Clinton Stimpson wrote: > On Monday, November 02, 2015 04:08:55 PM Andreas Pakulat wrote: > > Hi, > > > > On Mon, Nov 2, 2015 at 2:49 PM, Boudewijn Rempt > wrote: > > > On Mon, 2 Nov 2015, Andreas Pakulat wrote: > > > > > > I think the idea of using @rpath as

Re: [CMake] getting the rpath right on osx

2015-11-02 Thread clinton
- On Nov 2, 2015, at 2:26 AM, Boudewijn Rempt b...@valdyas.org wrote: > I checked the manual and the blog post about rpath on osx, but I'm still > confused, and still not getting it right... > > I build and installed Qt 5.6 alpha like this: > > ./configure -prefix /Users/boudewijnrempt/kf5

Re: [CMake] getting the rpath right on osx

2015-11-02 Thread Andreas Pakulat
Hi, On Mon, Nov 2, 2015 at 2:49 PM, Boudewijn Rempt wrote: > On Mon, 2 Nov 2015, Andreas Pakulat wrote: > > I think the idea of using @rpath as install name of the Qt libraries is >> geared towards the usecase >> of shipping Qt within the application bundle of the application. In that >> case al

Re: [CMake] getting the rpath right on osx

2015-11-02 Thread Clinton Stimpson
On Monday, November 02, 2015 04:08:55 PM Andreas Pakulat wrote: > Hi, > > On Mon, Nov 2, 2015 at 2:49 PM, Boudewijn Rempt wrote: > > On Mon, 2 Nov 2015, Andreas Pakulat wrote: > > > > I think the idea of using @rpath as install name of the Qt libraries is > > > >> geared towards the usecase > >

Re: [CMake] getting the rpath right on osx

2015-11-02 Thread Boudewijn Rempt
On Mon, 2 Nov 2015, Andreas Pakulat wrote: I think the idea of using @rpath as install name of the Qt libraries is geared towards the usecase of shipping Qt within the application bundle of the application. In that case all you need is set the rpath @executable_path/../Frameworks or so in the

Re: [CMake] getting the rpath right on osx

2015-11-02 Thread Andreas Pakulat
Hi, On Mon, Nov 2, 2015 at 10:26 AM, Boudewijn Rempt wrote: > I checked the manual and the blog post about rpath on osx, but I'm still > confused, and still not getting it right... > > I build and installed Qt 5.6 alpha like this: > > ./configure -prefix /Users/boudewijnrempt/kf5/i > > Then I ma

[CMake] getting the rpath right on osx

2015-11-02 Thread Boudewijn Rempt
I checked the manual and the blog post about rpath on osx, but I'm still confused, and still not getting it right... I build and installed Qt 5.6 alpha like this: ./configure -prefix /Users/boudewijnrempt/kf5/i Then I made a small test project, consisting of nothing but a main that links to Qt