Hi Eike,
> libqcocoa.dylib does not find @rpath/QtGui.framework/Versions/5/QtGui
> What is the RPATH of the executable that you try to run? (check with “otool
> -l”, look for LC_RPATH entries)
There are no LC_RPATH entries in the output of otool -l, for both my app and
libqcocoa.dylib.
he application may fix this problem.
Abort trap: 6
I verified that the Qt frameworks (especially the QtGui mentioned in the error)
and libqcocoa.dylib are universal i386 & x86_64.
Any ideas?
Thanks,
Gil Moses
Waves Ltd.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
Hi,
On Windows, we need to deploy several applications residing in various
directories, and would like them all to share the same set of Qt libraries
(weighing about 40MB). Currently we have to copy the full set into every app
directory for them to launch correctly.
The only way I could find wa