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. How to build a closed source QT application with the free license?
Forum Updated to NodeBB v4.3 + New Features

How to build a closed source QT application with the free license?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.3k 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.
  • R Offline
    R Offline
    reddy9pp
    wrote on 26 Feb 2020, 14:04 last edited by
    #1

    Hello,

    How to build a closed source QT application with the free license?

    J 1 Reply Last reply 26 Feb 2020, 14:14
    0
    • V Offline
      V Offline
      VRonin
      wrote on 26 Feb 2020, 14:13 last edited by VRonin
      #2

      https://softwareengineering.stackexchange.com/questions/86142/what-exactly-do-i-need-to-do-if-i-use-a-lgpl-licensed-library

      If you use Qt as distributed in the official installer with dynamic linking to it (i.e. you use the dlls) then you are in the clear

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      7
      • R reddy9pp
        26 Feb 2020, 14:04

        Hello,

        How to build a closed source QT application with the free license?

        J Offline
        J Offline
        JonB
        wrote on 26 Feb 2020, 14:14 last edited by JonB
        #3

        @reddy9pp
        This has been asked so many times. I am not a lawyer. Qt has LGPL license, which you should look at. To keep it really simple, if you don't mess with Qt's own code you don't have to publish your source. Make sure you only use the Qt stuff which is LGPL, not the couple of components which are GPL.

        EDIT See @VRonin's response above.

        1 Reply Last reply
        6
        • F Offline
          F Offline
          fcarney
          wrote on 26 Feb 2020, 15:24 last edited by
          #4

          Take time to understand software licenses. If you want to be in this field then you need to understand IP.

          C++ is a perfectly valid school of magic.

          1 Reply Last reply
          0

          1/4

          26 Feb 2020, 14:04

          • Login

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