Re: [CMake] MacOSX Framework handling

2012-07-22 Thread Daniel Franke
On Sunday 22 July 2012 17:20:32 Michael Jackson wrote: > I have a project very similar to yours and with a post installation script I > was able to create symlinks in the .app bundle that point to the Qt > frameworks and my own support libraries in folders outside of the .app > package that the com

Re: [CMake] MacOSX Framework handling

2012-07-22 Thread Michael Jackson
I have a project very similar to yours and with a post installation script I was able to create symlinks in the .app bundle that point to the Qt frameworks and my own support libraries in folders outside of the .app package that the command line tools look for. So it can be done. I'll see if I c

[CMake] MacOSX Framework handling

2012-07-22 Thread Daniel Franke
Hi all. I try to set install/package a cmake project on MacOSX. Questions first, please find the details below. - does cmake support multiple .dylib in a single framework? (do Frameworks support this at all?) - does cmake support Umbrella Frameworks (umbrella Frameworks may contain othe