#------------------------------------------------- # # Project created by QtCreator 2010-05-24T19:59:46 # #------------------------------------------------- QT += core gui xml TARGET = groupsms TEMPLATE = app # DEFINES += ONLY_FOR_EBOOK # include libabook ets.. # DEFINES += ONLY_FOR_TELEPATHYQT4 CONFIG += no_keywords CONFIG += link_pkgconfig PKGCONFIG += glib-2.0 gtk+-2.0 # libosso libebook-1.2 libosso-abook-1.0 TelepathyQt4 CONFIG += qdbus INCLUDEPATH += /usr/local/include/telepathy-1.0 LIBS += -L/usr/lib SOURCES += main.cpp\ mainwindow.cpp \ abstractpage.cpp \ contactwidget.cpp \ contactwidgetitem.cpp \ xmlcontroler.cpp \ contactpage.cpp \ groupwidgetitem.cpp \ utility.cpp \ contactinterface.cpp \ newgroupdialog.cpp \ addcontacttogroup.cpp \ selectcontactwidget.cpp #\ # tpsession/tpsessionobserver.cpp \ # tpsession/tpsessionchannel.cpp \ # tpsession/tpsessionaccount.cpp \ # tpsession/tpsession.cpp \ # sendsmssession.cpp HEADERS += mainwindow.h \ abstractpage.h \ contactwidget.h \ contactwidgetitem.h \ xmlcontroler.h \ xmlstring.h \ common.h \ contactpage.h \ groupwidgetitem.h \ utility.h \ contactinterface.h \ newgroupdialog.h \ addcontacttogroup.h \ selectcontactwidget.h \ itemobserver.h \ item.h #\ # tpsession/tpsessionobserver.h \ # tpsession/tpsessionchannel.h \ # tpsession/tpsessionaccount.h \ # tpsession/tpsession.h \ # sendsmssession.h FORMS += mainwindow.ui \ newgroupdialog.ui \ addcontacttogroupdialog.ui RESOURCES = groupsms.qrc CONFIG += mobility MOBILITY = symbian { TARGET.UID3 = 0xe9d84f35 # TARGET.CAPABILITY += TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 } # pkg.path = /usr/local/lib/pkgconfig # pkg.files = GroupSMS.pc # target.path += $$[QT_INSTALL_LIBS] # INSTALLS += target pkg