Qjsimple .pro file for windows mobile.,

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Muge Ersoy,

                     thanks for your reply ,i cant find the .pro file here
please send me the  qjsimple .pro file  to me .,

Thanks .
gokul

On Fri, Apr 17, 2009 at 12:13 PM, <pjsip-request at lists.pjsip.org> wrote:

> Send pjsip mailing list submissions to
>        pjsip at lists.pjsip.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> or, via email, send a message with subject or body 'help' to
>        pjsip-request at lists.pjsip.org
>
> You can reach the person managing the list at
>        pjsip-owner at lists.pjsip.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pjsip digest..."
>
>
> Today's Topics:
>
>   1. Re: pjsip, Qt, QjSimple (P.Muge Ersoy)
>   2. Fwd: Need help to run Qjsimple application on Mac OS (Yuvaraj R)
>   3. QjSimple with Qt., (gokulakrishnan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 17 Apr 2009 08:58:15 +0300
> From: "P.Muge Ersoy" <muge.ersoy@xxxxxxxxx>
> Subject: Re: pjsip, Qt, QjSimple
> To: pjsip list <pjsip at lists.pjsip.org>
> Message-ID:
>        <ad39e2590904162258n1403c1cfv68292cc121c95f9d at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Gokul;
>
> See the attached example of pjlib.pro.. You can vary the other profile
> files
> like this.
>
>
> On Thu, Apr 16, 2009 at 6:14 PM, Perry Ismangil <perry at teluu.com> wrote:
>
> > Hi Gokul,
> >
> > - QjSimple does not contain pjsip, because it is downloaded and build
> > separately.
> > - There is no special thing needed for pjsip to be used in Qt. Just build
> > pjsip for your platform as usual.
> > - If you look in QjSimple.pro file, you can see how to add references to
> > the pjsip build.
> >
> > Hope this helps.
> >
> > On Thu, Apr 16, 2009 at 14:34, gokulakrishnan <alagudream at gmail.com
> >wrote:
> >
> >> Hi Perry Ismangil ,
> >>
> >>                              Thanks for your quick reply ,but  i can't
> saw
> >>  the pjsip source code in Qjsimple ..how can i build the pjsip project
> for
> >> Qt. and if u know please explain how to add the library files in Qt
> >> project..
> >>
> >>
> >> thanks,
> >>
> >> gokul.
> >>
> >>
> >
> > --
> > Perry Ismangil
> >
> >
> > _______________________________________________
> > Visit our blog: http://blog.pjsip.org
> >
> > pjsip mailing list
> > pjsip at lists.pjsip.org
> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/47d3fc62/attachment-0001.html
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: pjlib.pro
> Type: application/octet-stream
> Size: 3514 bytes
> Desc: not available
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/47d3fc62/attachment-0001.pro
> >
>
> ------------------------------
>
> Message: 2
> Date: Fri, 17 Apr 2009 12:05:18 +0530
> From: Yuvaraj R <yuvaraj@xxxxxxxxxxx>
> Subject: Fwd: Need help to run Qjsimple application on Mac OS
> To: pjsip at lists.pjsip.org
> Message-ID:
>        <2d2f12f30904162335t756149fdo7e3e0fac37e7dae0 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi
>
>  I downloaded the source code for Qjsimple  from www.ipcom.at site.
>
> When i am coupling the code under Mac OS , It is giving error..
>
> I created the libraries for pjsip and  added   to qjsimple project file and
> i have mentioned the path in make file
>
> But i am getting error like " Collect2: id returned 1 exit status"..
>
> please find my make file in attachment...
>
> If any errors  is there , please update me to correct the errors
>
> please suggest me to  run this application on Mac OS
>
>
> Thanks
>
> Yuvaraj R
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/dfbb8f8c/attachment-0001.html
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: make file.odt
> Type: application/vnd.oasis.opendocument.text
> Size: 10864 bytes
> Desc: not available
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/dfbb8f8c/attachment-0001.odt
> >
>
> ------------------------------
>
> Message: 3
> Date: Fri, 17 Apr 2009 12:13:09 +0530
> From: gokulakrishnan <alagudream@xxxxxxxxx>
> Subject: QjSimple with Qt.,
> To: pjsip at lists.pjsip.org
> Message-ID:
>        <608e2cb00904162343n310838bn2188bae28e775323 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Perry Ismangil,
>
>                           Once again thanks for ur reply. i had build my
> pjsip using visual studio 2005. after i added the include paths and library
> files  in .pro file and build the QjSimple but it showing error ,here with
> i
> had attach my .pro file for your reference ..
>
> TEMPLATE = app
>
> TARGET = QjSimple
>
> QT += core \
>
> gui \
>
> xml \
>
> network
>
> HEADERS += buddy.h \
>
> PjCallback.h \
>
> accountdialog.h \
>
> debugdialog.h \
>
> addbuddydialog.h \
>
> imwidget.h \
>
> qjsimple.h
>
> SOURCES += buddy.cpp \
>
> PjCallback.cpp \
>
> accountdialog.cpp \
>
> debugdialog.cpp \
>
> addbuddydialog.cpp \
>
> imwidget.cpp \
>
> main.cpp \
>
> qjsimple.cpp
>
> FORMS += accountdialog.ui \
>
> debugdialog.ui \
>
> addbuddydialog.ui \
>
> imwidget.ui \
>
> qjsimple.ui
>
> RESOURCES += icons.qrc
>
> //win32-g++:RC_FILE = appicon.rc
>
> INCLUDEPATH +=pjproject-1.0.2/pjlib/include \
>
> pjproject-1.0.2/pjlib-util/include \
>
> pjproject-1.0.2/pjnath/include \
>
> pjproject-1.0.2/pjmedia/include \
>
> pjproject-1.0.2/pjsip/include
>
> LIBS +=pjproject-1.0.2/pjlib/lib \
>
> pjproject-1.0.2/pjlib-util/lib \
>
> pjproject-1.0.2/pjnath/lib \
>
> pjproject-1.0.2/pjmedia/lib \
>
> pjproject-1.0.2/pjsip/lib \
>
> pjproject-1.0.2/third_party/lib
>
>
>
>
>
> thanks ,
>
>
>
> gokul.,
>
> On Thu, Apr 16, 2009 at 9:30 PM, <pjsip-request at lists.pjsip.org> wrote:
>
> > Send pjsip mailing list submissions to
> >        pjsip at lists.pjsip.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> > or, via email, send a message with subject or body 'help' to
> >        pjsip-request at lists.pjsip.org
> >
> > You can reach the person managing the list at
> >        pjsip-owner at lists.pjsip.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of pjsip digest..."
> >
> >
> > Today's Topics:
> >
> >   1. Re: windows2003 (David Clark)
> >   2. Re: pjsip, Qt, QjSimple (Perry Ismangil)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Thu, 16 Apr 2009 10:12:25 -0500
> > From: David Clark <vdc1048@xxxxxxxxx>
> > Subject: Re: windows2003
> > To: pjsip list <pjsip at lists.pjsip.org>
> > Message-ID: <6.2.3.4.2.20090416101122.02fe78c8 at pop-server.tx.rr.com>
> > Content-Type: text/plain; charset="us-ascii"; format=flowed
> >
> > Anybody use windows 2003 outside of python and have success?
> >
> > Thanks,
> > David Clark
> >
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Thu, 16 Apr 2009 16:14:27 +0100
> > From: Perry Ismangil <perry@xxxxxxxxx>
> > Subject: Re: pjsip, Qt, QjSimple
> > To: pjsip list <pjsip at lists.pjsip.org>
> > Message-ID:
> >        <cc907ff20904160814u3f9a574fod09e1d5a20966a60 at mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi Gokul,
> >
> > - QjSimple does not contain pjsip, because it is downloaded and build
> > separately.
> > - There is no special thing needed for pjsip to be used in Qt. Just build
> > pjsip for your platform as usual.
> > - If you look in QjSimple.pro file, you can see how to add references to
> > the
> > pjsip build.
> >
> > Hope this helps.
> >
> > On Thu, Apr 16, 2009 at 14:34, gokulakrishnan <alagudream at gmail.com>
> > wrote:
> >
> > > Hi Perry Ismangil ,
> > >
> > >                              Thanks for your quick reply ,but  i can't
> > saw
> > >  the pjsip source code in Qjsimple ..how can i build the pjsip project
> > for
> > > Qt. and if u know please explain how to add the library files in Qt
> > > project..
> > >
> > >
> > > thanks,
> > >
> > > gokul.
> > >
> > >
> >
> > --
> > Perry Ismangil
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> >
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090416/9528b5e9/attachment-0001.html
> > >
> >
> > ------------------------------
> >
> > _______________________________________________
> > pjsip mailing list
> > pjsip at lists.pjsip.org
> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> >
> >
> > End of pjsip Digest, Vol 20, Issue 53
> > *************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/ad786af2/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
> End of pjsip Digest, Vol 20, Issue 55
> *************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090417/748c5376/attachment-0001.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux