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. Still can't figure out how to make my project standalone.
Forum Updated to NodeBB v4.3 + New Features

Still can't figure out how to make my project standalone.

Scheduled Pinned Locked Moved Unsolved General and Desktop
exestandalonesenddeploy
4 Posts 3 Posters 1.4k 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.
  • J Offline
    J Offline
    JTrocks55
    wrote on 5 Mar 2017, 19:01 last edited by
    #1

    Hi! I finished my small program. I don't have a paid license, just the free version, but I want to just send this small program to a friend (free, no charges or anything, and the program won't even be public) so how would I do that, or can I even do that?

    If I have to buy a license to make my program able to be sent to a friend, let me know! Thanks in advance!

    Basically I just want an exe I can send. :)

    A 1 Reply Last reply 5 Mar 2017, 20:21
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on 5 Mar 2017, 19:30 last edited by
      #2

      Hi! If you want a comprehensive answer, ask a lawyer.

      I am not a lawyer. Simple answer: Tell your friend that your software uses 3rd-party-software that is licensed under various free software licenses, including GPL and LGPL. If she asks for the source code of your program, give it to her.

      1 Reply Last reply
      0
      • J JTrocks55
        5 Mar 2017, 19:01

        Hi! I finished my small program. I don't have a paid license, just the free version, but I want to just send this small program to a friend (free, no charges or anything, and the program won't even be public) so how would I do that, or can I even do that?

        If I have to buy a license to make my program able to be sent to a friend, let me know! Thanks in advance!

        Basically I just want an exe I can send. :)

        A Offline
        A Offline
        ambershark
        wrote on 5 Mar 2017, 20:21 last edited by
        #3

        @JTrocks55 If you're not really deploying it I wouldn't worry about it much.

        But your program can use Qt in an L-GPL fashion as long as you didn't change Qt at all.

        So you can include the built libs as long as you follow the L-GPL. There is another thread going on discussing this right now actually https://forum.qt.io/topic/76869/can-i-hyperlink-source-code-of-qt-instead-of-distributing-it-with-my-installer/3.

        That should give you the answers you need on how to distribute binaries and still stay within the l-gpl license.

        Another method is don't distribute the binaries. Just tell your friend to install Qt 5.x (whichever version you used) and it should work fine.

        If you are really worried about it though you'll need to talk to a lawyer. I certainly wouldn't do that for a small non-commercial product though. The cost would be silly. :)

        My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

        1 Reply Last reply
        0
        • J Offline
          J Offline
          JTrocks55
          wrote on 5 Mar 2017, 21:09 last edited by
          #4

          Oh ok, thanks to both of you! I think I am just going to make videos on it and show that without actually sending it. Thanks though!

          1 Reply Last reply
          0

          1/4

          5 Mar 2017, 19:01

          • 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