Hi i am using qt 5 and i am using protocol xmpp but when i use this Library: LIBS += -lqxmpp i compiled project xmpp succesfully and installed succesfully
Printable View
Hi i am using qt 5 and i am using protocol xmpp but when i use this Library: LIBS += -lqxmpp i compiled project xmpp succesfully and installed succesfully
I am afraid I don't quite understand: you say the program built and installed successfully, yet your subject says you are receiving a linker error?
Cheers,
_
i installed succesfully xmp Library but i cant use in my program xmpp
Ah, right, sorry.
So did you add the path to the lib to your LIBS variable, using an -L directive?
Cheers,
_
nope how? thx for your help
Code:
LIBS += -L path-to-library
i used this path: C:\Users\moh\Downloads\qxmpp-master\build-qxmpp-Desktop_Qt_5_7_0_MinGW_32bit-Debug\src\debug
picture about this error
https://i.imgsafe.org/b37a3dd078.png
please how i can use the libraries of qxmpp i sent picture for if you know how thx a lot for your help:confused::confused:
yes i use the same compiler i tried to put dll C:/Users/moh/Downloads/qxmpp-master/build-qxmpp-Desktop_Qt_5_7_0_MinGW_32bit-Debug/src/qxmpp_d0.dll and with other slashes and Nothing it doesnt take me the libraries i am using mingw last version and qt 5.7
picture of dll: https://i.imgsafe.org/b3e9e4fa23.png
If the library's name is "qxmpp_d0.dll" then the -l statement needs to match that
Code:
-lqxmpp_d0
Cheers,
_
you are god thx man !! a lot thxxxx:cool: