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. Libraries - Deployment for Different Platforms

Libraries - Deployment for Different Platforms

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 5 Posters 783 Views 2 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.
  • CodeFreaksC Offline
    CodeFreaksC Offline
    CodeFreaks
    wrote on last edited by CodeFreaks
    #1

    Hi everyone,
    After deployment all used libraries can be seen by everyone.
    '' I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them.''
    Does exist anyway that anyone don't have access to the libraries which used in a project ?

    JonBJ Pablo J. RoginaP 2 Replies Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Possibly a full static build but it there might be licensing issues that you have to take into account.

      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
      2
      • CodeFreaksC CodeFreaks

        Hi everyone,
        After deployment all used libraries can be seen by everyone.
        '' I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them.''
        Does exist anyway that anyone don't have access to the libraries which used in a project ?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by JonB
        #3

        @CodeFreaks
        Apart from @SGaist's route, what libraries do you want to deny what access to for what reason? Are you trying to deny any read access, or just worried about people deleting/changing them?

        CodeFreaksC 1 Reply Last reply
        2
        • JonBJ JonB

          @CodeFreaks
          Apart from @SGaist's route, what libraries do you want to deny what access to for what reason? Are you trying to deny any read access, or just worried about people deleting/changing them?

          CodeFreaksC Offline
          CodeFreaksC Offline
          CodeFreaks
          wrote on last edited by
          #4

          @SGaist @JonB
          Thanks for reply
          I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them.

          jsulmJ 1 Reply Last reply
          0
          • CodeFreaksC CodeFreaks

            Hi everyone,
            After deployment all used libraries can be seen by everyone.
            '' I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them.''
            Does exist anyway that anyone don't have access to the libraries which used in a project ?

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @CodeFreaks

            anyway that anyone don't have access to the libraries

            what if you rely on the underlying OS file access permissions to "hide" the libraries for unwanted users?

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            CodeFreaksC 1 Reply Last reply
            0
            • Pablo J. RoginaP Pablo J. Rogina

              @CodeFreaks

              anyway that anyone don't have access to the libraries

              what if you rely on the underlying OS file access permissions to "hide" the libraries for unwanted users?

              CodeFreaksC Offline
              CodeFreaksC Offline
              CodeFreaks
              wrote on last edited by CodeFreaks
              #6

              @Pablo-J.-Rogina
              Thanks for reply,
              I don't have access to Operating Systems of users.

              1 Reply Last reply
              0
              • CodeFreaksC CodeFreaks

                @SGaist @JonB
                Thanks for reply
                I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them.

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by jsulm
                #7

                @CodeFreaks said in Libraries - Deployment for Different Platforms:

                I want to send my app to someone for evaluation but I don't want libraries or the IDE which I used can be accessible or seen by them

                You wrote this two times now without answering the question from @JonB
                What is the problem with sending libraries? Libraries do not contain source code, so what is the problem?
                If you really want to avoid shared libraries you will need to build Qt statically by yourself, which isn't a simple job.
                Also: there is absolutely no need to send the IDE to anybody.

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                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