Create a new qt project, open .pro file, right click, select 'add library'. Choose 'external library' and select libfranka.so file in libfranka/build folder
Add the following to .pro:
INCLUDEPATH += /path_to_libfranka/include/
Now I can build the code above. Hope this helps other qt newbies like me.
Hi all,
I'm trying to use libfranka with Qt.
I've installed libfranka as described in "https://frankaemika.github.io/docs/installation_linux.html" following "building libfranka", and I can run examples without any problems.
However, when I try to write my own code in Qt, I get the following error:
I've added libfranka/include folder to my ".pro" file and I can import all headers alright.
My header:
My source:
Any help would be greatly appreciated
Sincerely,
Steve