equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
|
4 |
|
5 # |
|
6 # All rights reserved. |
|
7 # This component and the accompanying materials are made available |
|
8 # under the terms of "Eclipse Public License v1.0" |
|
9 # which accompanies this distribution, and is available |
|
10 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
11 # |
|
12 # Initial Contributors: |
|
13 # Nokia Corporation - initial contribution. |
|
14 # |
|
15 # Contributors: |
|
16 # |
|
17 # Description: |
|
18 # |
|
19 # |
|
20 |
|
21 |
|
22 TEMPLATE = lib |
|
23 TARGET = cntsimutility |
|
24 MOC_DIR = moc |
|
25 CONFIG += hb |
|
26 DEFINES += SIMUTILITY_LIBRARY |
|
27 |
|
28 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
29 TARGET.EPOCALLOWDLLDATA = 1 |
|
30 TARGET.UID3 = 0x2002B3F5 |
|
31 |
|
32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
33 INCLUDEPATH += inc |
|
34 |
|
35 HEADERS += inc/simutilityglobal.h \ |
|
36 inc/asyncworker.h \ |
|
37 inc/cntsimutility.h |
|
38 |
|
39 SOURCES += src/cntsimutility.cpp \ |
|
40 src/asyncworker.cpp |
|
41 |
|
42 LIBS += -letel \ |
|
43 -letelmm \ |
|
44 -lsecui \ |
|
45 -lcustomapi |