Search code examples
c++qtdllqjson

Installing QJson on Windows


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

Solution

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