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. Compile all of Qt framework in a static library
Forum Updated to NodeBB v4.3 + New Features

Compile all of Qt framework in a static library

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

    Hello,

    What we are working on is having a Qt static library added inside a cocoapod library. I am having some trouble with adding the whole Qt framework (Qt5Core.a for example) in the cocoapods project.

    I did manage to make an iOS native project be able to link and use the Qt library.

    Now my question is if we are able to create a *.a file that contains Qt5Core and does not need to link it again.

    I did try LIBS += -lQt5Core but it does not seem to work.

    Quick disclaimer I am a beginner in Qt and am not sure where to go next.

    Thank you.

    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