Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Licensing

    Mobile and Embedded
    6
    9
    260
    Loading More Posts
    • 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.
    • I
      Isaach last edited by

      Is it possible to distribute hardware, with embedded linux and QT pre-installed, under the LGPLv3 license or commercial Licence is madatory?

      JKSH raven-worx 2 Replies Last reply Reply Quote 0
      • JKSH
        JKSH Moderators @Isaach last edited by

        Hi, and welcome!

        @Isaach said in Licensing:

        Is it possible to distribute hardware, with embedded linux and QT pre-installed, under the LGPLv3

        Yes, it's possible. LGPLv3 does not place any restrictions on hardware distribution.

        Just make sure to grant your users the freedoms specified by the LGPLv3.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply Reply Quote 3
        • raven-worx
          raven-worx Moderators @Isaach last edited by

          @Isaach
          to add up to @JKSH
          For LGPLv3 and HW this means you must grant access to the device upon user request, so hes able to replace the LGPL libs with different ones.
          You may want to read about so called "tivoization"

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply Reply Quote 4
          • I
            Isaach last edited by

            Thanks for the answer,
            I still have a doubt about the tools, is it possible to use Creator and rcc Compiler with LGPL v3 license?

            raven-worx 1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              Hi,

              The license of Qt Creator itself is unrelated to the license of the libraries you use.

              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 Reply Quote 1
              • raven-worx
                raven-worx Moderators @Isaach last edited by

                @Isaach said in Licensing:

                I still have a doubt about the tools, is it possible to use Creator and rcc Compiler with LGPL v3 license?

                The LGPL applies to your created derivative work only - which is using LGPL libraries. The LGPL part of your application must be interchangeable, while your closed source part (can basically almost have any license you like). I am not a lawyer btw ;)

                --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
                If you have a question please use the forum so others can benefit from the solution in the future

                1 Reply Last reply Reply Quote 0
                • I
                  Isaach last edited by

                  Ok, now I understand the concept,
                  what I would like to check is if QT Creator and
                  rcc Compiler are development tools for commercial license only or not.

                  Thank you for your help.

                  jsulm 1 Reply Last reply Reply Quote 0
                  • sierdzio
                    sierdzio Moderators last edited by

                    @Isaach said in Licensing:

                    what I would like to check is if QT Creator and
                    rcc Compiler are development tools for commercial license only or not.

                    You can use them for open source projects too.

                    (Z(:^

                    1 Reply Last reply Reply Quote 0
                    • jsulm
                      jsulm Lifetime Qt Champion @Isaach last edited by

                      @Isaach The open source licenses usually do not matter for tools. GCC for example is licensed under more restrictive GPL but can be used for open source and commercial (closed source) projects.

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

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post