equal
deleted
inserted
replaced
27 |
27 |
28 TARGET.CAPABILITY = CAP_GENERAL_DLL |
28 TARGET.CAPABILITY = CAP_GENERAL_DLL |
29 TARGET.EPOCALLOWDLLDATA = 1 |
29 TARGET.EPOCALLOWDLLDATA = 1 |
30 TARGET.UID3 = 0x2002B3F5 |
30 TARGET.UID3 = 0x2002B3F5 |
31 |
31 |
32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
33 INCLUDEPATH += inc |
33 INCLUDEPATH += inc |
34 |
34 |
35 HEADERS += inc/simutilityglobal.h \ |
35 HEADERS += inc/simutilityglobal.h \ |
36 inc/asyncworker.h \ |
36 inc/asyncworker.h \ |
37 inc/cntsimutility.h |
37 inc/cntsimutility.h |
40 src/asyncworker.cpp |
40 src/asyncworker.cpp |
41 |
41 |
42 LIBS += -letel \ |
42 LIBS += -letel \ |
43 -letelmm \ |
43 -letelmm \ |
44 -lsecui \ |
44 -lsecui \ |
45 -lcustomapi |
45 -lcustomapi \ |
|
46 -lcentralrepository |
|
47 defBlock = \ |
|
48 "$${LITERAL_HASH}if defined(EABI)" \ |
|
49 "DEFFILE ../eabi/cntsimutility.def" \ |
|
50 "$${LITERAL_HASH}else" \ |
|
51 "DEFFILE ../bwins/cntsimutility.def" \ |
|
52 "$${LITERAL_HASH}endif" |
|
53 MMP_RULES += defBlock |