1

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
tshepang
  • 12,111
  • 21
  • 91
  • 136
Ivan Akulov
  • 4,323
  • 5
  • 37
  • 64

1 Answers1

0

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

bluish
  • 26,356
  • 27
  • 122
  • 180
ScarCode
  • 3,074
  • 3
  • 19
  • 32