Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Including sdk to Qt Creator

1 REPLY 1
Reply
Message 1 of 2
Anonymous
1542 Views, 1 Reply

Including sdk to Qt Creator

Hello guys,

 

I am having some trouble including the sdk on Qt Creator.

 

http://prntscr.com/kg41i6

 

In this picture is the include that I put.

 

http://prntscr.com/kg41xu

 

And in this picture, I have always the same error about a undefinied reference.

 

Do you guys have any idea what can be?

 

Thank you all!

Cheers

 

 

 

 

Tags (5)
1 REPLY 1
Message 2 of 2
PAMD76
in reply to: Anonymous

Hi a10197,

 

I use FBX SDK 2019 with Qt Creator and it works fine for me, this is what I have in the .pro file, hope this helps.

win32:CONFIG(release, debug|release): LIBS += -L{your_fbx_sdk_path}/lib/vs2015/x64/release/ -llibfbxsdk
else:win32:CONFIG(debug, debug|release): LIBS += -L{your_fbx_sdk_path}/lib/vs2015/x64/debug/ -llibfbxsdk

 

INCLUDEPATH += {your_fbx_sdk_path}/include
DEPENDPATH += {your_fbx_sdk_path}/lib/vs2015/x64

 

Thanks,

Mike

 

 

Director / Technology Programmer.
Red Wasp Design & Plastic Ant Software

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report