Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Meaning of "Application" and "Combined Work" of LGPL3
QtWS25 Last Chance

Meaning of "Application" and "Combined Work" of LGPL3

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 46 Views
  • 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.
  • W Offline
    W Offline
    Wann
    wrote last edited by
    #1

    I'm recently reviewing the LGPL3 license (see below link) that QT5 open-source offers, and I'm not sure what "Application" and "Combined Work" mean.

    My first thought is that "Application" will mean the executable, but then I see the definition of "Combined Work" mentions linking.

    So what do they mean? if someone can give examples of those terms (executable, so file, obj file... ) , that will be really helpful. Thanks in advance.

    https://doc.qt.io/qt-5/lgpl.html

    =====================================================

    An "Application" is any work that makes use of an interface provided
    by the Library, but which is not otherwise based on the Library.
    Defining a subclass of a class defined by the Library is deemed a mode
    of using an interface provided by the Library.

    A "Combined Work" is a work produced by combining or linking an
    Application with the Library. The particular version of the Library
    with which the Combined Work was made is also called the "Linked
    Version".

    jsulmJ 1 Reply Last reply
    0
    • W Wann

      I'm recently reviewing the LGPL3 license (see below link) that QT5 open-source offers, and I'm not sure what "Application" and "Combined Work" mean.

      My first thought is that "Application" will mean the executable, but then I see the definition of "Combined Work" mentions linking.

      So what do they mean? if someone can give examples of those terms (executable, so file, obj file... ) , that will be really helpful. Thanks in advance.

      https://doc.qt.io/qt-5/lgpl.html

      =====================================================

      An "Application" is any work that makes use of an interface provided
      by the Library, but which is not otherwise based on the Library.
      Defining a subclass of a class defined by the Library is deemed a mode
      of using an interface provided by the Library.

      A "Combined Work" is a work produced by combining or linking an
      Application with the Library. The particular version of the Library
      with which the Combined Work was made is also called the "Linked
      Version".

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote last edited by
      #2

      @Wann said in Meaning of "Application" and "Combined Work" of LGPL3:

      "Application" will mean the executable

      No, it can be anything using an interface from a library, just like the license states. For example if you write a library which uses Qt.

      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