On 08/02/2010 09:51 PM, ext Oleg Shalnev wrote: > > > 2010/8/2 Daniel Teske <[email protected] > <mailto:[email protected]>> > > Could you try running Creator in a > environment which has QT_PLUGIN_PATH unset? > > > Settings dialog was started without problems and core dump. > Here is the key may be. > I started QtCreator with LD_LIBRARY_PATH to new Qt , but > Qt_PLUGIN_PATH to Qt 4.6 > > With LD_LIBRARY_PATH=/home/ovs/soft/Qt/lib/ > QT_PLUGIN_PATH=/home/ovs/soft/Qt/plugins ./qtcreator (NEW Build) > there is no core dump Yeah, plugins are not binary compatible with anything but the Qt they were compiled with. There is no BC guarantee at all, so usually a good idea to have the plugins for the qt version.
-- Bill King, Software Engineer Qt Development Frameworks, Nokia Pty Ltd Brisbane Office _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
