On Wednesday, 8 de June de 2011 12:05:02 John Layt wrote:
> The concept of Qt Addons is something we've been discussing inside KDE as
> well  at our Platform 11 summit this last week, although with a slightly
> different meaning.  I won't pre-empt the communications from that too much,
> but we've been looking at how to restructure and modularise our libraries
> to make them more useful to the wider Qt community.  We wouldn't need to
> use the Qt infrastructure for our development, but would like a common
> reference point where Qt developers could go looking for ready-made
> solutions regardless of where they come from.  We have a team working on a
> proposal around this to present at QCS which we will post a topic for on
> the wiki.

One thing we'd like is to make the addons easy to download and build. The idea 
is to use something similar to (if not the actual) KDE Get Hot New Stuff inside 
Qt Creator and build the code. Then the addon is ready to be used in your 
application and will deployed with it for your target platform -- if the addon 
isn't part of that platform already. 

For example, one of the five different JSON parsers for Qt might be already 
deployed on many Linux distributions, as it is today on MeeGo. So an 
application that uses that parser would bundle it for a Windows and Mac build, 
but would use dynamic linking for Linux (including MeeGo).

With the usual warnings "you're going to run untrusted, third party code, you 
should know what you're doing!", of course.

-- 
Thiago Macieira - thiago.macieira (AT) nokia.com
  Senior Product Manager - Nokia, Qt Development Frameworks
     Sandakerveien 116, NO-0402 Oslo, Norway

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Opengov mailing list
Opengov@qt-labs.org
http://lists.qt-labs.org/listinfo/opengov

Reply via email to