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. Importing an xcode library into .pro

Importing an xcode library into .pro

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 762 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.
  • clogwogC Offline
    clogwogC Offline
    clogwog
    wrote on last edited by
    #1

    I've created an xcode library that i want to use in my qt application (on ios)
    searched for the library on the disk and added

    LIBS += -L/Users/clogwog/Library/Developer/Xcode/DerivedData/mylibrary-bqawggnoyjunnddrtkjmosjemjwr/Build/Products/Debug-iphoneos -l mylibrary

    to the .pro file and it works.

    this seems to be a very machine and user specific way of including an xcode library.
    is there a more generic way of doing this ?

    something more like what i can use for adding frameworks:
    LIBS += -framework CoreLocation

    ?

    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