Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt and the MIT license

Qt and the MIT license

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _DarkAngel_
    wrote on last edited by
    #1

    Hi, everybody.
    I'm developing some libraries extending Qt (such a framework in a framework), and wish to distribute it under the MIT license. So the question is: does the LGPL license under which Qt is distributed allow this? I would like to use the MIT license because it's much less complicated than GPL or LGPL.

    1 Reply Last reply
    0
    • I Offline
      I Offline
      ivan
      wrote on last edited by
      #2

      If your extensions are dynamically linked (aka external dynamic library) LGPL allows you to use any license you want.

      As for the license choice, be sure it is what you want:

      • your clients will have to deal with Qt's LGPL anyhow, so it wouldn't stop them to use your library (unless they use commercial version)
      • MIT license would allow anyone to take your code, and close it - making non-free software of your code.

      Ivan Čukić | ivan.cukic(at)kde.org | KDE e.V.
      Qt Ambassador (from the old Nokia days)

      1 Reply Last reply
      0
      • _ Offline
        _ Offline
        _DarkAngel_
        wrote on last edited by
        #3

        Thanks for your post.
        Yes, the libraries are dinamically linked.
        And again yes, you are right, than's exactly what I want - allow everybody to use my code as they wish without any limitations.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved