equal
deleted
inserted
replaced
42 |
42 |
43 SERVICE.FILE = service_conf.xml |
43 SERVICE.FILE = service_conf.xml |
44 SERVICE.OPTIONS = embeddable |
44 SERVICE.OPTIONS = embeddable |
45 |
45 |
46 # Input |
46 # Input |
|
47 HEADERS += inc/cntapplication.h |
47 HEADERS += inc/cntinterface.h |
48 HEADERS += inc/cntinterface.h |
48 HEADERS += inc/cntappservicehandler.h |
49 HEADERS += inc/cntappservicehandler.h |
49 |
50 |
50 SOURCES += src/main.cpp |
51 SOURCES += src/main.cpp |
51 SOURCES += src/cntappservicehandler.cpp |
52 SOURCES += src/cntappservicehandler.cpp |
61 TARGET.EPOCSTACKSIZE = 0x14000 |
62 TARGET.EPOCSTACKSIZE = 0x14000 |
62 TARGET.EPOCHEAPSIZE = 0x1000 0xA00000 |
63 TARGET.EPOCHEAPSIZE = 0x1000 0xA00000 |
63 |
64 |
64 SKINICON = qtg_large_phonebook |
65 SKINICON = qtg_large_phonebook |
65 |
66 |
66 :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml \epoc32\release\winscw\udeb\z\resource\hb\splashml\phonebook.splashml |
67 :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml /epoc32/release/winscw/udeb/z/resource/hb/splashml/phonebook.splashml |
67 :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml \epoc32\data\z\resource\hb\splashml\phonebook.splashml |
68 :BLD_INF_RULES.prj_exports += "resources/phonebook.splashml /epoc32/data/z/resource/hb/splashml/phonebook.splashml |
68 :BLD_INF_RULES.prj_exports += "resources/phonebook.docml \epoc32\release\winscw\udeb\z\resource\hb\splashml\phonebook.docml |
69 :BLD_INF_RULES.prj_exports += "resources/phonebook.docml /epoc32/release/winscw/udeb/z/resource/hb/splashml/phonebook.docml |
69 :BLD_INF_RULES.prj_exports += "resources/phonebook.docml \epoc32\data\z\resource\hb\splashml\phonebook.docml |
70 :BLD_INF_RULES.prj_exports += "resources/phonebook.docml /epoc32/data/z/resource/hb/splashml/phonebook.docml |
70 } |
71 } |