contactengine/contactengine.pro
author John Kern <johnk@symbian.org>
Thu, 12 Aug 2010 18:57:17 -0700
changeset 28 7242cf5e2cd7
parent 27 afa910b5ae81
child 34 93c5a58496b6
permissions -rwxr-xr-x
fix typo. accidently removed sql module

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