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. Using Android static library in Qt Project. How?
Forum Update on Monday, May 27th 2025

Using Android static library in Qt Project. How?

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

    Hello all!
    Is there any way to use Android Static *.o (Not Shared *.so) in Qt Project?
    I have prebuilt Android Static library and need to use it.

    jsulmJ 1 Reply Last reply
    0
    • B bogong

      Hello all!
      Is there any way to use Android Static *.o (Not Shared *.so) in Qt Project?
      I have prebuilt Android Static library and need to use it.

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

      @bogong Yes, simply link your app against it.
      What exactly is the problem?

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

      B 1 Reply Last reply
      1
      • jsulmJ jsulm

        @bogong Yes, simply link your app against it.
        What exactly is the problem?

        B Offline
        B Offline
        bogong
        wrote on last edited by
        #3

        @jsulm Do I need to configure something special or I can just include it like *.so in *.pro file?

        jsulmJ 1 Reply Last reply
        0
        • B bogong

          @jsulm Do I need to configure something special or I can just include it like *.so in *.pro file?

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

          @bogong Just add it to your pro file

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

          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