Results 1 to 2 of 2

Thread: How can I use PJSIP library in my Android project using Qt-Creator?

  1. #1
    Join Date
    Jun 2015
    Posts
    5
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Windows Android

    Question How can I use PJSIP library in my Android project using Qt-Creator?

    I'm new to C++ and Qt. I just need to use pjsip functions to make a SIP connection in Android. I'm using Qt library with Qt-Creator. I'm a little confused.

    This is in my mind, I don't know witch one is correct:

    1.Import pjsip as a new project and compile it. Import the compiled result to my main project.
    If this is true, What type of file is the compiled library for android and how to import it?

    2.Add the sources of pjsip to the main project. Then every time I compile the project, pjsip compiles again.
    If this is the way, where should I add the sources and how add them to my project?

    Thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How can I use PJSIP library in my Android project using Qt-Creator?

    The second option is probably easier to set up than using an external library.

    Cheers,
    _

Similar Threads

  1. Do I need JNI for my C++ library when deploying to Android?
    By ColGeorgeTaylor in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 23rd May 2015, 14:11
  2. Qt for android, how to debug own shared library.
    By overearth in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 12th April 2014, 08:28
  3. QtQML and a C library on Android.
    By Scorp2us in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th February 2014, 11:43
  4. Qt Creator How to add an external .a library in Qt Creator project via GUI?
    By DIMEDROLL in forum Qt Tools
    Replies: 1
    Last Post: 7th January 2012, 07:11
  5. Replies: 2
    Last Post: 19th February 2011, 11:26

Tags for this Thread

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.