Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. About the price of commercial uses
Forum Updated to NodeBB v4.3 + New Features

About the price of commercial uses

Scheduled Pinned Locked Moved Unsolved The Lounge
10 Posts 6 Posters 20.9k 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.
  • L Offline
    L Offline
    lucian123456789
    wrote on last edited by
    #1

    Hellow, I just want to ask some questions regards to the price. I just finished using the one months trial and I still want to keep practice on Qt Creator, Can I still use the Qt creator without paying the money(monthly 350 USD)? Also, whats the range that I can use Qt for free? For example, if I use the Qt open source to make a program and try to sell it, do I still have to pay for the license?

    Thank you so much

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

      Yes you can use Qt Creator with the Open Source license. I don't think there is any use case which would force you to use the commercial version.

      Of course, you need to install the FOSS version - there may be some additional modules/ plugins in commercial Qt Creator and you are not allowed to use them under FOSS license (I'm not sure if there are any such plugins - there used to be in the past, but now I think they are all open sourced).

      Also, whats the range that I can use Qt for free?

      That depends on which license you choose: GPL or LGPL. There are many resources online describing in detail what rights these licenses grant you and what are your obligations. Please also note that some Qt modules (like Qt Virtual Keyboard or QtCharts) are available only under GPL license.

      For example, if I use the Qt open source to make a program and try to sell it, do I still have to pay for the license?

      No. Both GPL and LGPL do not put any restrictions on selling the applications, you can sell your app, moreover you can sell Qt as well (and your customers can do it, too). However, you have to fulfill the license rules.

      So, in case of GPL:

      • you have to provide your application source code, under GPL, to all your clients who ask for it (for free)
      • you have to provide Qt source code, under GPL, to all your clients who ask for it (for free)
      • your application has to be licensed under GPL
      • you have to inform your users that GPL license is used + provide license text

      And under LGPL:

      • you have to provide source code of Qt, to all your clients who ask for it (for free)
      • you have to inform your users that you are using Qt under LGPL + provide license text
      • you have to make it possible for your users to swap Qt version (replace Qt libs with their own version). That usually means that you have to link dynamically to Qt (.so on unix, .dll on windows, etc.)
      • you can't distribute on some platforms: iOS, probably Android - that's because they do not allow you to link dynamically
      • you have to make available any modifications you do to Qt itself (for example, if you change the source code of QString class) to all your users, under LGPL

      I'm in a bit of a hurry now, I might have missed some of the requirements. Research online and you'll get the whole picture.

      monthly 350 USD

      There is also the startup license, which costs 70$ per month.

      Also, Qt Company has some official info about licensing, here: https://www.qt.io/licensing/

      (Z(:^

      D 1 Reply Last reply
      2
      • L Offline
        L Offline
        lucian123456789
        wrote on last edited by
        #3

        Big thanks for your reply!!

        I couldnt find any information about the price of getting the GPL and LGPL license, do you have any idea about it?

        Thank you

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @lucian123456789 said in About the price of commercial uses:

          I couldnt find any information about the price of getting the GPL and LGPL license, do you have any idea about it?

          It's free.

          http://qt.io/download-open-source

          (Z(:^

          C 1 Reply Last reply
          1
          • L Offline
            L Offline
            lucian123456789
            wrote on last edited by
            #5

            THANK YOU!!

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              @sierdzio Apple relaxed the static linking rule, you can build Qt dynamically for iOS since 5.9 IIRC however it's not yet provided because the tooling is not yet completed to create fully functional packages without the need of manual developer intervention.

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

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

                Cool, thanks for the info, Sam! :-)

                (Z(:^

                1 Reply Last reply
                1
                • S Offline
                  S Offline
                  SSchilz
                  wrote on last edited by
                  #8

                  April 2021:
                  Since the last time I looked, there appears to be Qt for small business, where businesses making < 250K $US per year can license Qt for $499 per year... Extra distribution fees apply for embedded devices.

                  This is an affordable thing for small businesses.

                  1 Reply Last reply
                  3
                  • sierdzioS sierdzio

                    @lucian123456789 said in About the price of commercial uses:

                    I couldnt find any information about the price of getting the GPL and LGPL license, do you have any idea about it?

                    It's free.

                    http://qt.io/download-open-source

                    C Offline
                    C Offline
                    Creola
                    Banned
                    wrote on last edited by
                    #9
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • sierdzioS sierdzio

                      Yes you can use Qt Creator with the Open Source license. I don't think there is any use case which would force you to use the commercial version.

                      Of course, you need to install the FOSS version - there may be some additional modules/ plugins in commercial Qt Creator and you are not allowed to use them under FOSS license (I'm not sure if there are any such plugins - there used to be in the past, but now I think they are all open sourced).

                      Also, whats the range that I can use Qt for free?

                      That depends on which license you choose: GPL or LGPL. There are many resources online describing in detail what rights these licenses grant you and what are your obligations. Please also note that some Qt modules (like Qt Virtual Keyboard or QtCharts) are available only under GPL license.

                      For example, if I use the Qt open source to make a program and try to sell it, do I still have to pay for the license?

                      No. Both GPL and LGPL do not put any restrictions on selling the applications, you can sell your app, moreover you can sell Qt as well (and your customers can do it, too). However, you have to fulfill the license rules.

                      So, in case of GPL:

                      • you have to provide your application source code, under GPL, to all your clients who ask for it (for free)
                      • you have to provide Qt source code, under GPL, to all your clients who ask for it (for free)
                      • your application has to be licensed under GPL
                      • you have to inform your users that GPL license is used + provide license text

                      And under LGPL:

                      • you have to provide source code of Qt, to all your clients who ask for it (for free)
                      • you have to inform your users that you are using Qt under LGPL + provide license text
                      • you have to make it possible for your users to swap Qt version (replace Qt libs with their own version). That usually means that you have to link dynamically to Qt (.so on unix, .dll on windows, etc.)
                      • you can't distribute on some platforms: iOS, probably Android - that's because they do not allow you to link dynamically
                      • you have to make available any modifications you do to Qt itself (for example, if you change the source code of QString class) to all your users, under LGPL

                      I'm in a bit of a hurry now, I might have missed some of the requirements. Research online and you'll get the whole picture.

                      monthly 350 USD

                      There is also the startup license, which costs 70$ per month.

                      Also, Qt Company has some official info about licensing, here: https://www.qt.io/licensing/

                      D Offline
                      D Offline
                      David_598
                      Banned
                      wrote on last edited by
                      #10
                      This post is deleted!
                      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