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
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
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