contactengine/contactengine.pro
author John Kern <johnk@symbian.org>
Thu, 26 Aug 2010 14:34:34 -0700
changeset 40 edc0144719a1
parent 36 2886a23e4d5d
child 49 d9d4ea56179a
permissions -rwxr-xr-x
removed invariant from data() and rowCount(). Performance should be ok now.

#-------------------------------------------------
#
# 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