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. [UNSATISFIED CLOSED]Qt Opensource vs Commercial

[UNSATISFIED CLOSED]Qt Opensource vs Commercial

Scheduled Pinned Locked Moved Unsolved The Lounge
4 Posts 2 Posters 2.4k Views 1 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #1

    I am new to Qt and want to know the basic difference between Opensource vs Commerical. Before i start using Qt as my base programming language for development.

    1. Can one use Opensource edition of Qt. to create a closed source application for sale or not.
      here Opensource edition refers to Binary built using this edition.

    2. Can one use Opensource edition of Qt to built static executable having closed source application for sale or not.

    Waiting for reply,

    **Weak Forum support. **

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

      Hi and welcome to devnet,

      First thing, Qt's not a language, it's a C++ framework, so you first have to learn C++.

      1. You need to follow the LGPL license
      2. No, a static build breaks both LGPL and GPL license, you need to have a commercial license if you want to use a static build of Qt.

      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
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        First thing, Qt's not a language, it's a C++ framework, so you first have to learn C++.

        1. You need to follow the LGPL license
        2. No, a static build breaks both LGPL and GPL license, you need to have a commercial license if you want to use a static build of Qt.
        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @SGaist

        Yes I know, Qt is just a framework like MFC, wxWidgets etc.
        So for static build commercial license is required, got it.

        But i don't get your point regarding my first question. Can you give some idea regarding dynamic built library of Qt. Can it be used to produce closed source application for sale.

        here dynamic built library refers to opensource edition of qt which qt.io provides.

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

          My point is that you have to follow and abide by the LGPL v3 license terms and rules if you want to sell closed source software without a commercial license.

          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
          0

          • Login

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