Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Do I need to write about usage of LGPL license in the about section of my Qt application?

Do I need to write about usage of LGPL license in the about section of my Qt application?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 3 Posters 655 Views 3 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.
  • S Offline
    S Offline
    Strictly_Prohibited
    wrote on last edited by Strictly_Prohibited
    #1

    Hi,

    My Qt application is using Qt open source licensing and it is localized in 15 different languages. My question is do I need to mention the usage of Qt and LGPL license in the about section of my application. If so, do I need to localize that information?

    Qt version - 5.12.2

    Any help would be greatly appreciated.

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

      Hi,

      Yes you do and it's also valid for all other libraries that you are using under similar licenses.

      In the Qt case, you have the possibility to show the QMessageBox::aboutQt dialog that gives all the informations.

      You can see the content provided in that dialog for inspiration about providing that information about your other dependencies.

      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
      3
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Yes you have to mention that Qt under LGPL is used, and provide LGPL text or a link to it.

        c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document.
        

        If so, do I need to localize that information?

        LGPL does not require that info to be translated.

        (Z(:^

        1 Reply Last reply
        5

        • Login

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