equal
deleted
inserted
replaced
9 TARGET = contactengine |
9 TARGET = contactengine |
10 TEMPLATE = app |
10 TEMPLATE = app |
11 |
11 |
12 CONFIG += debug |
12 CONFIG += debug |
13 |
13 |
|
14 include( apptemplatesrc/apptemplate.pri) |
|
15 |
|
16 DEPENDPATH += apptemplatesrc |
|
17 |
|
18 DEFINES += USE_ORANGE_FW |
|
19 |
14 SOURCES += main.cpp\ |
20 SOURCES += main.cpp\ |
15 mainwindow.cpp \ |
21 mainwindow.cpp \ |
16 contactsengine.cpp \ |
22 contactsengine.cpp \ |
17 dbtools.cpp \ |
23 dbtools.cpp \ |
18 detailsgv.cpp |
24 detailsgv.cpp \ |
|
25 mainview.cpp \ |
|
26 contactlist.cpp |
19 |
27 |
20 HEADERS += mainwindow.h \ |
28 HEADERS += mainwindow.h \ |
21 contactsengine.h \ |
29 contactsengine.h \ |
22 database.h \ |
30 database.h \ |
23 dbtools.h \ |
31 dbtools.h \ |
24 database.h \ |
32 database.h \ |
25 detailsgv.h |
33 detailsgv.h \ |
|
34 mainview.h \ |
|
35 contactlist.h |
26 |
36 |
27 |
37 FORMS += mainwindow.ui \ |
28 FORMS += mainwindow.ui |
38 ContactList.ui |
29 |
39 |
30 CONFIG += mobility |
40 CONFIG += mobility |
31 MOBILITY = contacts |
41 MOBILITY = contacts messaging |
32 |
42 |
33 unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/ |
43 unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/ |
34 unix:LIBS += -L/home/johnk/libs/lib -lQtContacts |
44 unix:LIBS += -L/home/johnk/libs/lib -lQtContacts |
35 |
45 |
36 databasefiles.sources = contacts.csv |
46 databasefiles.sources = contacts.csv |
38 |
48 |
39 DEPLOYMENT += databasefiles |
49 DEPLOYMENT += databasefiles |
40 |
50 |
41 symbian { |
51 symbian { |
42 TARGET.UID3 = 0xec200759 |
52 TARGET.UID3 = 0xec200759 |
43 TARGET.CAPABILITY += ReadUserData WriteUserData |
53 TARGET.CAPABILITY += ReadUserData WriteUserData ReadDeviceData WriteDeviceData |
44 TARGET.EPOCSTACKSIZE = 0x14000 |
54 TARGET.EPOCSTACKSIZE = 0x14000 |
45 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
55 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
46 } |
56 } |
47 |
57 |
48 RESOURCES += \ |
58 RESOURCES += \ |