contactengine/contactengine.pro
author John Kern <johnk@symbian.org>
Thu, 16 Sep 2010 10:59:11 -0700
changeset 49 d9d4ea56179a
parent 36 2886a23e4d5d
permissions -rwxr-xr-x
added a listview to support orange lab fw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     1
#-------------------------------------------------
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     2
#
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     3
# Project created by QtCreator 2010-08-03T16:15:24
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     4
#
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     5
#-------------------------------------------------
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     6
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     7
QT       += core gui sql svg
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     8
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
     9
TARGET = contactengine
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    10
TEMPLATE = app
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    11
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    12
CONFIG += debug
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    13
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    14
include( apptemplatesrc/apptemplate.pri)
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    15
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    16
DEPENDPATH += apptemplatesrc
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    17
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    18
DEFINES += USE_ORANGE_FW
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    19
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    20
SOURCES += main.cpp\
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    21
        mainwindow.cpp \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    22
    contactsengine.cpp \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    23
    dbtools.cpp \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    24
    detailsgv.cpp \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    25
    mainview.cpp \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    26
    contactlist.cpp
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    27
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    28
HEADERS  += mainwindow.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    29
    contactsengine.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    30
    database.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    31
    dbtools.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    32
    database.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    33
    detailsgv.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    34
    mainview.h \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    35
    contactlist.h
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    36
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    37
FORMS    += mainwindow.ui \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    38
    ContactList.ui
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    39
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    40
CONFIG += mobility
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    41
MOBILITY = contacts messaging
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    42
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    43
unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    44
unix:LIBS += -L/home/johnk/libs/lib -lQtContacts
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    45
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    46
databasefiles.sources = contacts.csv
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    47
databasefiles.path = .
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    48
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    49
DEPLOYMENT += databasefiles
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    50
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    51
symbian {
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    52
    TARGET.UID3 = 0xec200759
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    53
    TARGET.CAPABILITY += ReadUserData WriteUserData ReadDeviceData WriteDeviceData
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    54
    TARGET.EPOCSTACKSIZE = 0x14000
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    55
    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    56
}
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    57
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    58
RESOURCES += \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    59
    resouce.qrc
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    60
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    61
OTHER_FILES += \
d9d4ea56179a added a listview to support orange lab fw
John Kern <johnk@symbian.org>
parents: 36
diff changeset
    62
    readme.txt