Re: [Development] could not find or load the Qt platform plugin "cocoa"

2015-10-29 Thread Gil Moses
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.

[Development] could not find or load the Qt platform plugin "cocoa"

2015-10-28 Thread Gil Moses
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

[Development] Installing Qt as shared assemblies on Windows

2014-03-18 Thread Gil Moses
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