diff -r 863c77d15828 -r d9d4ea56179a contactengine/contactengine.pro --- a/contactengine/contactengine.pro Fri Sep 10 09:00:20 2010 -0700 +++ b/contactengine/contactengine.pro Thu Sep 16 10:59:11 2010 -0700 @@ -1,52 +1,62 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2010-08-03T16:15:24 -# -#------------------------------------------------- - -QT += core gui sql svg - -TARGET = contactengine -TEMPLATE = app - -CONFIG += debug - -SOURCES += main.cpp\ - mainwindow.cpp \ - contactsengine.cpp \ - dbtools.cpp \ - detailsgv.cpp - -HEADERS += mainwindow.h \ - contactsengine.h \ - database.h \ - dbtools.h \ - database.h \ - detailsgv.h - - -FORMS += mainwindow.ui - -CONFIG += mobility -MOBILITY = contacts - -unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/ -unix:LIBS += -L/home/johnk/libs/lib -lQtContacts - -databasefiles.sources = contacts.csv -databasefiles.path = . - -DEPLOYMENT += databasefiles - -symbian { - TARGET.UID3 = 0xec200759 - TARGET.CAPABILITY += ReadUserData WriteUserData - TARGET.EPOCSTACKSIZE = 0x14000 - TARGET.EPOCHEAPSIZE = 0x020000 0x800000 -} - -RESOURCES += \ - resouce.qrc - -OTHER_FILES += \ - readme.txt +#------------------------------------------------- +# +# Project created by QtCreator 2010-08-03T16:15:24 +# +#------------------------------------------------- + +QT += core gui sql svg + +TARGET = contactengine +TEMPLATE = app + +CONFIG += debug + +include( apptemplatesrc/apptemplate.pri) + +DEPENDPATH += apptemplatesrc + +DEFINES += USE_ORANGE_FW + +SOURCES += main.cpp\ + mainwindow.cpp \ + contactsengine.cpp \ + dbtools.cpp \ + detailsgv.cpp \ + mainview.cpp \ + contactlist.cpp + +HEADERS += mainwindow.h \ + contactsengine.h \ + database.h \ + dbtools.h \ + database.h \ + detailsgv.h \ + mainview.h \ + contactlist.h + +FORMS += mainwindow.ui \ + ContactList.ui + +CONFIG += mobility +MOBILITY = contacts messaging + +unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/ +unix:LIBS += -L/home/johnk/libs/lib -lQtContacts + +databasefiles.sources = contacts.csv +databasefiles.path = . + +DEPLOYMENT += databasefiles + +symbian { + TARGET.UID3 = 0xec200759 + TARGET.CAPABILITY += ReadUserData WriteUserData ReadDeviceData WriteDeviceData + TARGET.EPOCSTACKSIZE = 0x14000 + TARGET.EPOCHEAPSIZE = 0x020000 0x800000 +} + +RESOURCES += \ + resouce.qrc + +OTHER_FILES += \ + readme.txt