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 open source application for commercial use?
Forum Updated to NodeBB v4.3 + New Features

Qt open source application for commercial use?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 6 Posters 2.2k Views 2 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.
  • D Offline
    D Offline
    dhanush_11
    wrote on last edited by
    #1

    Hi all,
    Can we use the applications (which are created using Qt open source) for commercial purposes ?
    Or do we need a paid version of Qt framework?

    Thanks in advance!

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Txai
      wrote on last edited by
      #2

      Please read the documentation page on Qt open source.
      The question is answered at:
      https://www.qt.io/download-open-source

      Lastly, I remember that the same topic is addressed during the installation of OS Qt.

      C 1 Reply Last reply
      0
      • T Txai

        Please read the documentation page on Qt open source.
        The question is answered at:
        https://www.qt.io/download-open-source

        Lastly, I remember that the same topic is addressed during the installation of OS Qt.

        C Offline
        C Offline
        clarify
        wrote on last edited by
        #3

        @Txai That's a confusing document. It could use a rewrite.

        Question is, does open source Qt come in an LGPL flavor.
        If I recall, LGPL allows for commercial use.

        JonBJ 1 Reply Last reply
        0
        • C clarify

          @Txai That's a confusing document. It could use a rewrite.

          Question is, does open source Qt come in an LGPL flavor.
          If I recall, LGPL allows for commercial use.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @clarify
          The documents @Txai referenced speak extensively about Qt being offered "in an LGPL flavor". They also mention which LGPL versions and there are a few GPL modules. TQtC gives you a "summary checklist" of Qt open source requirements.
          LGPL does allow for commercial use.
          You must of course adhere carefully to LGPL terms to take advantage of LGPL licensing.

          1 Reply Last reply
          0
          • jeremy_kJ Offline
            jeremy_kJ Offline
            jeremy_k
            wrote on last edited by
            #5

            The LGPL and GPL allow for commercial use. Companies such as Red Hat have made a business of it.

            The major implication of these licenses is a set of requirements for distribution of source along with compiled code, or the ability to substitute a different copy of the code for LGPL linking.

            Asking a question about code? http://eel.is/iso-c++/testcase/

            S 1 Reply Last reply
            1
            • jeremy_kJ jeremy_k

              The LGPL and GPL allow for commercial use. Companies such as Red Hat have made a business of it.

              The major implication of these licenses is a set of requirements for distribution of source along with compiled code, or the ability to substitute a different copy of the code for LGPL linking.

              S Offline
              S Offline
              SimonSchroeder
              wrote on last edited by
              #6

              @jeremy_k said in Qt open source application for commercial use?:

              The LGPL and GPL allow for commercial use. Companies such as Red Hat have made a business of it.

              This statement might be a little bit misleading. With the GPL you need to provide your own source code to your customers. Only the LGPL does not have this requirement. (Which is the sole reason to have both the GPL and LGPL.) Few businesses will thrive if their code is publicly available. RedHat sells services and support, but not programs.

              In easy terms you can use Qt under the LGPL for commercial software. Stay clear of the few modules that are only available under the GPL (and commercial license) but not the LGPL if you don't want to publish your source code.

              jeremy_kJ 1 Reply Last reply
              0
              • S SimonSchroeder

                @jeremy_k said in Qt open source application for commercial use?:

                The LGPL and GPL allow for commercial use. Companies such as Red Hat have made a business of it.

                This statement might be a little bit misleading. With the GPL you need to provide your own source code to your customers. Only the LGPL does not have this requirement. (Which is the sole reason to have both the GPL and LGPL.) Few businesses will thrive if their code is publicly available. RedHat sells services and support, but not programs.

                In easy terms you can use Qt under the LGPL for commercial software. Stay clear of the few modules that are only available under the GPL (and commercial license) but not the LGPL if you don't want to publish your source code.

                jeremy_kJ Offline
                jeremy_kJ Offline
                jeremy_k
                wrote on last edited by
                #7

                @SimonSchroeder said in Qt open source application for commercial use?:

                @jeremy_k said in Qt open source application for commercial use?:

                The LGPL and GPL allow for commercial use. Companies such as Red Hat have made a business of it.

                This statement might be a little bit misleading. With the GPL you need to provide your own source code to your customers. Only the LGPL does not have this requirement.

                You seem to be rephrasing my second paragraph.

                Asking a question about code? http://eel.is/iso-c++/testcase/

                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