سؤال

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
هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top