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. General information about QT

General information about QT

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 392 Views
  • 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.
  • S Offline
    S Offline
    Souce Code
    wrote on last edited by
    #1

    Hello dear and respected QT community and developers! I'm new here and wanted to know more about this wonderful product. I read on wikipedia that QT has free licenses and a special commercial. How do these licenses differ from each other? Can I use QT products absolutely free for commercial and non-commercial purposes and not pay any royalties: for example, use QT creator and QT designer and of course the QT framework itself absolutely free? Thanks in advance for your answers!

    jsulmJ 1 Reply Last reply
    0
    • S Souce Code

      Hello dear and respected QT community and developers! I'm new here and wanted to know more about this wonderful product. I read on wikipedia that QT has free licenses and a special commercial. How do these licenses differ from each other? Can I use QT products absolutely free for commercial and non-commercial purposes and not pay any royalties: for example, use QT creator and QT designer and of course the QT framework itself absolutely free? Thanks in advance for your answers!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Souce-Code said in General information about QT:

      Can I use QT products absolutely free for commercial and non-commercial purposes

      As long as you can fulfil the LGPLv3 license (and for some parts of Qt also GPL).
      The license of the tools (like QtCreator) doesn't matter as long as you don't distribute modified versions of these tools. For example: gcc is GPL but you don't have to make your code OSS if you use gcc to compile it.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • S Offline
        S Offline
        Souce Code
        wrote on last edited by Souce Code
        #3

        What is roughly meant by the LGPL and GPL? And one more question, it turns out I can fully use QT products absolutely free for commercial and non-commercial purposes? And what is the essence of a paid license then?

        jsulmJ 1 Reply Last reply
        0
        • S Souce Code

          What is roughly meant by the LGPL and GPL? And one more question, it turns out I can fully use QT products absolutely free for commercial and non-commercial purposes? And what is the essence of a paid license then?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Souce-Code said in General information about QT:

          And what is the essence of a paid license then?

          Simple: you do not have to fulfil LGPL/GPL, you can do whatever you want. Also, there are some QtCompany products/offerings only available for commercial users. As commercial customer you also get direct support from QtCompany.

          "What is roughly meant by the LGPL and GPL?" - first of all, this is user forum, hardly anybody here is a lawyer. LGPL does not force you to make your code open source as long as you link LGPL libraries dynamically (this is different when using static libraries!). GPL basically forces you to make your code open source with both: shared and static linking.
          You should read the licenses you're using and also search on the Internet for more details.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Souce Code
            wrote on last edited by
            #5

            Thank you for your answer! I wanted to write to the official developers about this, but in order to contact them, a paid license is required ...

            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