Anyone ever linked the NatNetLib.lib in qtcreator?

NatNet, VRPN, TrackD, and Plugins
Post Reply
lehthanis
Posts: 7
Joined: Mon Jul 11, 2022 9:59 am

Anyone ever linked the NatNetLib.lib in qtcreator?

Post 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()
Post Reply