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. How to add fbx autodesk sdk libs and headers to a qt project (mac OS) ?
Forum Updated to NodeBB v4.3 + New Features

How to add fbx autodesk sdk libs and headers to a qt project (mac OS) ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 412 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.
  • D Offline
    D Offline
    dvirmani
    wrote on 10 Jan 2019, 06:31 last edited by
    #1

    Could anyone please give me a step by step guide for adding fbx sdk to a QT project? I have tried everything and still getting this error -

    dyld: Library not loaded: libfbxsdk.dylib
    Referenced from: /XXXXX/build-IviUi-Desktop_Qt_5_10_1_clang_64bit-Debug/IviUi.app/Contents/MacOS/IviUi
    Reason: image not found

    I don't know what can be the issue here.

    Thanks for your help.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Jan 2019, 07:27 last edited by
      #2

      Hi,

      That's nothing to do with the header or the SDK since you have successfully built your application.

      Go to the Run part of the Project panel and add the DYLD_LIBRARY_PATH environment variable with the path where that library can be found.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • D Offline
        D Offline
        dvirmani
        wrote on 10 Jan 2019, 19:44 last edited by
        #3

        I had a space in one of the folder names. That was causing the issue. Thanks, it's working now.

        1 Reply Last reply
        1
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 10 Jan 2019, 20:01 last edited by
          #4

          Glad you found a solution and thanks for sharing !

          Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          10 Jan 2019, 06:31

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved