Results 1 to 4 of 4

Thread: Qt Licensing

  1. #1
    Join Date
    Mar 2008
    Posts
    6
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qt Licensing

    Hello,

    I have a question about Qt licensing.
    Without a commercial license is it permitted to use Qt in a commercial project? (With "use" I mean link against the libs not modify the source.)

    Does it make any difference at all if I just use or modify it when licensed under the GPL?
    And how is it about the LGPL?


    Thanks in advance

    Alu

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Licensing

    You've not read carefully docs/Trolltech site... Qt Open Source Edition is available to Open Source developers for use in Open Source project. As long as you release the full source code of your application (which does not prohibit selling but it is unlikely you'll sell many copies this way...) you may use Qt without purchasing a commercial license. There is no other way around...

    The difference between using and modifying GPL-ed software is that derivatives (that is modified software) must hold proper explanations about what has been modified.

    LGPL is another Open Source license, actually a more permissive version of GPL. You can release Qt-based software under that license (have a look at Qt GPL exception for more informations) but Qt4 is NOT licensed under it.
    Current Qt projects : QCodeEdit, RotiDeCode

  3. The following user says thank you to fullmetalcoder for this useful post:

    alu23 (7th May 2008)

  4. #3
    ucomesdag Guest

    Default Re: Qt Licensing

    When selling open source software, do you only have to enclose the source code for those who actualy buy the software or to everyone who claims it?
    And is it a violation of your rights if people use and distribute your software without paying (even in the case you used/included someone else's code)?

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Licensing

    Quote Originally Posted by ucomesdag View Post
    When selling open source software, do you only have to enclose the source code for those who actualy buy the software or to everyone who claims it?
    Everyone who requests it.

    And is it a violation of your rights if people use and distribute your software without paying (even in the case you used/included someone else's code)?
    No, if the software has been licenced to allow it (like GPL or LGPL do).
    Last edited by jpn; 12th May 2008 at 14:21. Reason: quoe -> quote

  6. The following user says thank you to wysota for this useful post:


Similar Threads

  1. Qt Licensing question
    By croland in forum Qt Programming
    Replies: 3
    Last Post: 15th July 2007, 16:23

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.