equal
deleted
inserted
replaced
2 # |
2 # |
3 # Project created by QtCreator 2010-08-03T16:15:24 |
3 # Project created by QtCreator 2010-08-03T16:15:24 |
4 # |
4 # |
5 #------------------------------------------------- |
5 #------------------------------------------------- |
6 |
6 |
7 QT += core gui sql |
7 QT += core gui |
8 |
8 |
9 TARGET = contactengine |
9 TARGET = contactengine |
10 TEMPLATE = app |
10 TEMPLATE = app |
11 |
11 |
12 CONFIG += debug |
12 CONFIG += debug |
40 TARGET.UID3 = 0xec200759 |
40 TARGET.UID3 = 0xec200759 |
41 TARGET.CAPABILITY += ReadUserData WriteUserData |
41 TARGET.CAPABILITY += ReadUserData WriteUserData |
42 TARGET.EPOCSTACKSIZE = 0x14000 |
42 TARGET.EPOCSTACKSIZE = 0x14000 |
43 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
43 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
44 } |
44 } |
|
45 |
|
46 RESOURCES += \ |
|
47 resouce.qrc |