[Paraview] Qt problem on Mac OS X
Michael Wild
themiwi at gmail.com
Mon Aug 24 10:01:53 EDT 2009
Works like a charm. I trust that Qt tries to load these plugins
preemptively, and that they actually are never really used?
On a similar issue: Applications/Client/CreateBundle.sh.in copies the
Qt SQL driver plugins into Contents/Libraries/sqldrivers, but
shouldn't they go into Contents/Plugins/sqldrivers in order for the
help-browser to find them?
Further, when "bundlizing" I always see the error message that
libQtCLucene.dylib cannot be resolved. I noticed that this is because
that library is located (pretty strangely) in /usr/lib, but that
directory does not get passed to fixup_bundle(). Adding it to the list
of directories passed to that function at the very bottom of
Applications/Client/CompleteBundle.cmake.in resolves that.
Michael
On 24. Aug, 2009, at 15:50, Mike Jackson wrote:
> Just put a blank qt.conf file in your package. This will force the Qt
> app to NOT load and Qt plugins.
> _________________________________________________________
> Mike Jackson mike.jackson at bluequartz.net
> BlueQuartz Software www.bluequartz.net
> Principal Software Engineer Dayton, Ohio
>
>
>
>
> On Mon, Aug 24, 2009 at 9:20 AM, pat marion<pat.marion at kitware.com>
> wrote:
>> I think you can override the plugin search paths using a qt.conf file
>> but I don't remember exactly how to do it. Here is some
>> documentation- http://doc.trolltech.com/4.5/qt-conf.html
>>
>> Pat
>>
>> On Mon, Aug 24, 2009 at 5:30 AM, Michael Wild<themiwi at gmail.com>
>> wrote:
>>> Hi all
>>>
>>> With current ParaView-CVS and Qt 4.5 on Mac OS X I get the
>>> problem, that
>>> when I try to start the fixed-up ParaView bundle, the
>>> /Developer/Applications/Qt/plugins/imageformats/libqgif.dylib
>>> plugin is
>>> loaded. Bad thing is, that one refers to QtGui.framework/Versions/
>>> 4/QtGui
>>> and QtCore.framework/Versions/4/QtCore, which then get loaded from
>>> /Library/Frameworks, resulting in ugly error messages and
>>> eventually the
>>> application crashes.
>>>
>>> So far I tried to delete ~/.config/ParaView, adding
>>> /Developer/Applications/Qt/plugins/imageformat to ParaView
>>> 3.7.0.app/Contents/Libraries as is done for sqdlrivers, but still
>>> the plugin
>>> gets loaded from the system.
>>>
>>> Is this a bug, or am I doing something wrong?
>>>
>>>
>>> Michael
More information about the ParaView
mailing list