Hi,
I try to use qxmpp library in my project (I don’t want static linking), but while building there are some problems with this library: “undefined reference to…”.
I’m not sure if I do everything properly.
I build qmpp library using Qt Creator as it was wrote in readme file.
And I get build-qxmpp folder with builded library. Next I write:
INCLUDEPATH +=-L./build-qxmpp/src
LIBS += qxmpp/src/base \
qxmpp/src/client \
qxmpp/src/server
And when I start to build my project the problem shows up.
I saw common topic on forum, but there were advices to static linking, that I don’t want to.
Could you explain me where I do something wrong? Maybe I link wrong or my project is builded wrong.
If you need any information please ask, I wish to solve this problem quick :D
↧