contactengine/contactengine.pro
author Sebastian Brannstrom <sebastianb@symbian.org>
Mon, 09 Aug 2010 17:16:20 +0100
changeset 21 3bfc3227045d
parent 20 a7451a8eb5dc
child 23 51fcdd1558d8
permissions -rwxr-xr-x
CSV reader works, kind of. contacts.csv file added to project, must live in c:\ at the moment

#-------------------------------------------------
#
# Project created by QtCreator 2010-08-03T16:15:24
#
#-------------------------------------------------

QT       += core gui webkit 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

FORMS    += mainwindow.ui

CONFIG += mobility
MOBILITY = contacts

symbian {
    TARGET.UID3 = 0xec200759
    # TARGET.CAPABILITY += 
    TARGET.EPOCSTACKSIZE = 0x14000
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}