Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Developing a free closed source program
Forum Update on Monday, May 27th 2025

Developing a free closed source program

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 661 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.
  • A Offline
    A Offline
    ApprenticeCoder
    wrote on last edited by
    #1

    In compliance with the LGPL License how do I compile my APK's in a manner that I don't have to release the source? Is there an option to link dynamically or what? I want to get a license later on, but I want to see if I can make any money from my apps so far.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      LuGRU
      wrote on last edited by
      #2

      Hi,
      iOS and Android are special cases - that's why there is a cheaper version of Qt - "Indie Mobile".
      LGPL requires that user can at any point replace by themselves libraries - so technically You can redistribute only binary and say to users "go to qt site and download library". Problem is with Andorid and iOS and their respective "stores"

      • AppStore - iOS - application must be linked against libraries statically - violates LGPL.
      • Google Play - APK container - libraries are linked dynamically, but user can't easily swap libraries in APK - violates LGPL

      If You want to be 100% legit then there is no other way as to purchase "Inde mobile" license.
      You can just purchase 1 month subscription and place application during that period in store.

      NOTE: This is my interpretation of licensing, this may be not 100% accurate and I'm not lawyer.

      1 Reply Last reply
      1

      • Login

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