Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Can we sell the Qt application developed under LGPLv3
Forum Updated to NodeBB v4.3 + New Features

Can we sell the Qt application developed under LGPLv3

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
8 Posts 4 Posters 3.3k 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
    dhu0504
    wrote on last edited by
    #1

    I am using Qt to develop an application that run in the embedded device.
    Can i sell my Qt application under LGPL for commercial products?

    Please clarify the above.

    sierdzioS 1 Reply Last reply
    0
    • D dhu0504

      I am using Qt to develop an application that run in the embedded device.
      Can i sell my Qt application under LGPL for commercial products?

      Please clarify the above.

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @dhu0504 said in Can we sell the Qt application developed under LGPLv3:

      I am using Qt to develop an application that run in the embedded device.
      Can i sell my Qt application under LGPL for commercial products?

      Please clarify the above.

      LGPL and GPL licenses do not prohibit selling, reselling etc. You can sell your application.

      However, make sure you don't break the license - with LGPL your customers have to have the ability to swap Qt version for their own. This is often impossible in embedded devices, thus LGPL gets violated.

      Also, if you patch Qt, these patches should be made available to your customers as well.

      (Z(:^

      1 Reply Last reply
      3
      • D Offline
        D Offline
        dhu0504
        wrote on last edited by
        #3

        Thank you for your reply.

        I am Confusing the terms in the LGPLv3. Can you please explain about the terms of LGPLv3.

        Is it possible to restrict the source code to the user using LGPLv3.

        aha_1980A 1 Reply Last reply
        0
        • D dhu0504

          Thank you for your reply.

          I am Confusing the terms in the LGPLv3. Can you please explain about the terms of LGPLv3.

          Is it possible to restrict the source code to the user using LGPLv3.

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @dhu0504

          Just an addition to @sierdzio: If you modify Qt, you must make the patches available.

          For everything else: contact a lawyer to be on the safe side.

          Qt has to stay free or it will die.

          1 Reply Last reply
          2
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            See the first dropdown at https://www.qt.io/download and more info at https://www.qt.io/faq/

            Is it possible to restrict the source code to the user using LGPLv3.

            You don't have to share your code with your customers under LGPLv3.

            You do have to share Qt code, and any Qt patches you make, with your customers, upon request.

            (Z(:^

            1 Reply Last reply
            1
            • D Offline
              D Offline
              dhu0504
              wrote on last edited by
              #6

              Thanks. Need one more clarification. I am using another third party source under GPL in the Qt application.

              Can i sell this Qt app with LGPLv3 terms.

              SGaistS 1 Reply Last reply
              0
              • D dhu0504

                Thanks. Need one more clarification. I am using another third party source under GPL in the Qt application.

                Can i sell this Qt app with LGPLv3 terms.

                SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @dhu0504 said in Can we sell the Qt application developed under LGPLv3:

                Thanks. Need one more clarification. I am using another third party source under GPL in the Qt application.

                Can i sell this Qt app with LGPLv3 terms.

                Hi,

                WARNING I'm not a lawyer.

                No you can't, if you link to one GPL library in your application, then its protection covers the whole application. So you can still sell your application but only under GPL. Therefore if you want to keep LGPL for your application, you have to replace that GPL component with another one that has a licence compatible with LGPL.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                sierdzioS 1 Reply Last reply
                4
                • SGaistS SGaist

                  @dhu0504 said in Can we sell the Qt application developed under LGPLv3:

                  Thanks. Need one more clarification. I am using another third party source under GPL in the Qt application.

                  Can i sell this Qt app with LGPLv3 terms.

                  Hi,

                  WARNING I'm not a lawyer.

                  No you can't, if you link to one GPL library in your application, then its protection covers the whole application. So you can still sell your application but only under GPL. Therefore if you want to keep LGPL for your application, you have to replace that GPL component with another one that has a licence compatible with LGPL.

                  sierdzioS Offline
                  sierdzioS Offline
                  sierdzio
                  Moderators
                  wrote on last edited by
                  #8

                  @SGaist said in Can we sell the Qt application developed under LGPLv3:

                  Therefore if you want to keep LGPL for your application, you have to replace that GPL component with another one that has a licence compatible with LGPL.

                  Indeed. There is one more workaround for this: build a separate application out of that GPL library and then interact with it via command line, dbus, sockets etc. So that there is no direct linking.

                  (Z(:^

                  1 Reply Last reply
                  2

                  • Login

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