PDA

View Full Version : How to add the PJSIP with QT



yuvaraj.yadav
14th April 2009, 12:57
Hello

I am new to QT aw well as C++....

In my application , i would like to add PJSIP....

I downloaded PJSIP for mac OS....

How do add that libraries to my QT .....

Please suggest me Pjsip with QT through a sample source code


Thanks

Yuvaraj R

wysota
14th April 2009, 23:22
You need to use the LIBS and INCLUDEPATH variables in your qmake project to point qmake to appropriate files from pjsip. If you look here: http://trac.pjsip.org/repos/wiki/Getting_Started_Using you have to map the LDFLAGS and LDLIBS sections to LIBS and CFLAGS to INCLUDEPATH.

yuvaraj.yadav
15th April 2009, 13:14
Hi

Thanks for your reply ...

I am newbe to Qt ... That is why only i am asking

And also am new Mac

Right now i am using Qt in Mac....

please suggest me how do i create the pjsip libraries and how i add that one in my Qt project....

Please help Me

I hope Ypur people help for beginners

Thanks

Yuvaraj R

wysota
15th April 2009, 18:26
I'm sorry but creating pjsip libraries is out of scope of this forum. We'd have to first learn it ourselves before being able to help you. It'll be much faster and easier if you ask that question at the pjsip site. Using it with Qt afterwards is just a matter of placing the contents of the mentioned variables into their qmake counterparts as already explained.