contactengine/contactengine.pro
author John Kern <johnk@symbian.org>
Thu, 12 Aug 2010 10:49:23 -0700
changeset 25 adbe71832e2b
parent 24 2e833c2a6782
child 26 d9f0df25b6a3
permissions -rwxr-xr-x
runs on-device now; testing on 5800

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

databasefiles.sources = contacts.csv
databasefiles.path = .

DEPLOYMENT += databasefiles

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