[Qt5-feedback] Fwd: Re: Qt major versions

Thiago Macieira thiago at kde.org
Wed Jun 8 21:24:39 CEST 2011


Em Tuesday, 7 de June de 2011, às 20:27:10, Alexander Neundorf escreveu:
> On Tuesday, June 07, 2011 08:58:22 AM Thiago Macieira wrote:
> ...
> 
> > LSB has lost track of what's recent. Just take a mildly old / relatively
> 
> I don't know whether I misunderstood the idea behind LSB, but even RHEL and
> SLES (forgot the exact versions, they were relatively old), which claimed
> they would comply to the same LSB version, were not binary compatible. The
> STL differed, some function from std::string was inlined on the one system
> and called some internal STL function, which did not exist on the other
> system. Should that have worked ?

The pains of standardising a C++ library with complex symbols like STL...

> > You're forgetting that Qt, at runtime, will try to open system plugins
> > like the style and platform plugins for GUI, Phonon and WebKit. Those
> > may link
> 
> What plugins does e.g. WebKit try to load ?

WebKit also has a platform plugin, though I confess I don't know how it works 
exactly.

> I guess for QtGUI it is e.g. the current widget style plugin, and maybe the
> file dialog ?

The file dialog is the GUI platform plugin.

> I guess there is a way to disable this integration ?

No.

> And how is this actually handled with a static Qt build ? No plugins at all
> ?

There are no Qt plugins in static builds. By definition, Qt plugins link to Qt. 
But if Qt is statically linked, then the only way that the plugin can link to 
Qt is if it is also statically linked into the application.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt.nokia.com/pipermail/qt5-feedback/attachments/20110608/13600b2a/attachment.bin 


More information about the Qt5-feedback mailing list