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. Qt project on MacOS Catalina with static libraries

Qt project on MacOS Catalina with static libraries

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 268 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.
  • P Offline
    P Offline
    Przemekeke
    wrote on last edited by
    #1

    I have c++ project where I have 3 libraries. Two static and one dynamic which is dependent from first two. Those two are building successfully and third is crashing while building because lack of symbols from static libs. There is also warning which I think is crucial here:

    ld: warning: ignoring file /Users/pwpw/Desktop/plid/Core/../Common/libcommon64.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
    

    I am using QT to build the project. The problem occurs only on MacOS and my version is now 10.15.3 and Qt version is 5.13.1 with clang 64 bit.

    Moreover I can add external static lib to project and don't get any errors.

    Thank you in advance for help!

    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