Results 1 to 3 of 3

Thread: Qt and Apache modules

  1. #1
    Join Date
    Jan 2006
    Location
    New Malden (near London)
    Posts
    32
    Thanks
    3
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11

    Default Qt and Apache modules

    Does anyone know if it is legal to write an app which links against both Qt (open-source edition) and an Apache module, like Xerces, which uses the Apache 2 licence? I understand there are incompatibilities between the A2L and the GPL because the A2L has a termination clause which is triggered by someone launching patent suits against Apache contributors.

    The thing is I need a XML validation library, which Qt doesn't have. Can anyone help?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    85
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Qt and Apache modules

    You should (must?) not combine software of both licenses: http://www.apache.org/licenses/GPL-compatibility.html

    You could use libxml2: http://xmlsoft.org
    A search on freshmeat will probably return some more results.

  3. #3
    Join Date
    Jan 2006
    Posts
    3
    Qt products
    Qt3 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Qt and Apache modules

    I guess there is possibility if you load the apache module as plugin for your GPL application in run-time.

Similar Threads

  1. Apache Portable Runtime
    By sumsin in forum General Discussion
    Replies: 0
    Last Post: 17th January 2006, 09:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.