diff -r f6cf541961ad -r 93c5a58496b6 contactengine/contactengine.pro --- a/contactengine/contactengine.pro Mon Aug 16 15:57:18 2010 -0700 +++ b/contactengine/contactengine.pro Wed Aug 18 16:39:30 2010 -0700 @@ -1,47 +1,49 @@ -#------------------------------------------------- -# -# Project created by QtCreator 2010-08-03T16:15:24 -# -#------------------------------------------------- - -QT += core gui sql - -TARGET = contactengine -TEMPLATE = app - -CONFIG += debug - -SOURCES += main.cpp\ - mainwindow.cpp \ - contactsengine.cpp \ - dbtools.cpp - -HEADERS += mainwindow.h \ - contactsengine.h \ - database.h \ - dbtools.h \ - database.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 +#------------------------------------------------- +# +# 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