Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Import from Xcode add libs

Import from Xcode add libs

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.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
    mike4
    wrote on last edited by
    #1

    Hi
    I've imported files from a xcode project and now how/where should I add libraries. I get errors alike:
    library not found -llua
    or
    directory not found following -L
    Many thanks
    Michael

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      I suppose you created a qmake project with a .pro file.

      In that case you need to adjust the LIBS variable, the qmake documentation has the details in the "declaring other libraries":http://developer.qt.nokia.com/doc/qt-4.7/qmake-project-files.html section. You will need to add all the libs that your have added in the XCode project too.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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