Results 1 to 4 of 4

Thread: How to add the PJSIP with QT

  1. #1
    Join Date
    Apr 2009
    Posts
    61
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X

    Default How to add the PJSIP with QT

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to add the PJSIP with QT

    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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Apr 2009
    Posts
    61
    Thanks
    4
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: How to add the PJSIP with QT

    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

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to add the PJSIP with QT

    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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.