Hi perry I am trying the Qjsimple on Mac Os platform,,,,, I have changed the include path and libs directory name .. But i am getting error like " collect 2 : id return status exit" *please find my .pro in attachment.* Please suggest me to clear that error. Thanks Yuvaraj R On Fri, Apr 17, 2009 at 8:18 PM, Perry Ismangil <perry at teluu.com> wrote: > Hi Gokul, > > I don't understand. > > QjSimple.pro is right there in the source of qjsimple downloaded from > ipcom.at. Look carefully. > > And it is already for Windows, because .pro files are meant to be used in > all platforms. > > QjSimple.pro in the download already contains samples of adding pjsip > libraries, you probably just have to adjust the directory name that's all. > > Hope this helps. > > On Fri, Apr 17, 2009 at 10:22, gokulakrishnan <alagudream at gmail.com>wrote: > >> Hi Perry Ismangil, >> >> i dont know how to add the lib files in >> windows Qt projet ,please send me the Qjsimple .pro file for windows, >> >> thanks, >> gokul., >> >> _______________________________________________ >> 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 >> >> > > > -- > 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/20090418/4363e326/attachment.html> -------------- next part -------------- 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.1/pjlib/include \ ../pjproject-1.1/pjlib-util/include \ ../pjproject-1.1/pjnath/include \ ../pjproject-1.1/pjmedia/include \ ../pjproject-1.1/pjsip/include LIBS += -L ../pjproject-1.1/pjlib/lib \ -L ../pjproject-1.1/pjlib-util/lib \ -L../pjproject-1.1/pjnath/lib \ -L../pjproject-1.1/pjmedia/lib \ -L../pjproject-1.1/pjsip/lib \ -L../pjproject-1.1/third_party/lib LIBS += -llibpj-i386-apple-darwin9.6.0.a LIBS += -llibpjlib-until-i386-apple-darwin9.6.0.a LIBS += -llibpjmedia-i386-apple-darwin9.6.0.a LIBS += -llibpjmedia-i386-apple-darwin9.6.0.a LIBS += -llibpjsip-i386-apple-darwin9.6.0.a