Page 1 of 1

Anyone ever linked the NatNetLib.lib in qtcreator?

Posted: Thu Aug 18, 2022 12:40 pm
by lehthanis
I'm not sure how exactly to create the LIBS reference for my qmake .pro file. I've tried:

LIBS += -lNatNetLib

and

LIBS += -Lpath/to/NatNetLib

does it need a .lib extension? Should I be pointing to the dll instead? I'm getting an undefined reference to NatNetClient::NatNetClient()