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                  [email protected]
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio




On Mon, Aug 24, 2009 at 9:20 AM, pat marion<[email protected]> 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<[email protected]> 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

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to