Question

Now I'm porting my project from Linux to Windows.

I've built QJson using QtCreator by instructions, and now I have one simple question: where I should move the library dll-file, and what I should specify in LIBS += line in the .pro file?

Here's content of that line in Linux:

LIBS += -L/usr/local/lib -lqjson
Was it helpful?

Solution

Just add LIBS += YourPathTodllFile/Yourdll.dll in your profile.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top