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. Android Build dynamically linked by default?
Forum Updated to NodeBB v4.3 + New Features

Android Build dynamically linked by default?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 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.
  • M Offline
    M Offline
    mraalex
    wrote on last edited by
    #1

    Hi,
    I want to use the free Version to create a closed source Android App. I know I must dynamically link QT libraries.

    Do I need to change any Settings or are they linked dynamically by default? Are the libs inside the apk files and is this alright?

    Alex

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      They are linked dynamically by default, no need to change any settings. To make it statically linked you will need to compile Qt statically. And Yes the libs are inside the APK files and it is alright.

      157

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mraalex
        wrote on last edited by
        #3

        So what else do I Need to do? Do I need to put in a text file saying that there are some qt libs and the URL for the source code?

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          Well honestly i'm not sure of including the Text file thing.
          Under LGPL license you can keep your app code closed and need not include your code's URL.
          More info "here":http://qt-project.org/wiki/Licensing-talk-about-mobile-platforms.
          Also try searching this forum about licensing issues. Similar have been discussed a couple of times.

          157

          1 Reply Last reply
          0

          • Login

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