|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: Project file |
|
15 # |
|
16 |
|
17 |
|
18 TEMPLATE = lib |
|
19 TARGET = nsmlcontactsdatastoreextension |
|
20 DEPENDPATH += ../../contactsdatastoreextension ../inc ../src |
|
21 INCLUDEPATH += . |
|
22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
23 |
|
24 |
|
25 |
|
26 DEFINES += BUILD_CONTACTSDATASTOREEXTENSION |
|
27 |
|
28 PRIVATE_HEADERS += ./inc/nsmlcontactsdatastoreextension_p.h |
|
29 |
|
30 # Implementation |
|
31 SOURCES += ./src/nsmlcontactsdatastoreextension.cpp \ |
|
32 ./src/nsmlcontactsdatastoreextension_p.cpp |
|
33 |
|
34 HEADERS += \ |
|
35 $$PRIVATE_HEADERS |
|
36 |
|
37 qtAddLibrary(QtContacts) |
|
38 qtAddLibrary(QtVersit) |
|
39 qtAddLibrary(XQUtils) |
|
40 LIBS += -lestor.dll \ |
|
41 -lbafl.dll \ |
|
42 -lnsmldebug.dll \ |
|
43 |
|
44 |
|
45 IfdefBlock = \ |
|
46 "$${LITERAL_HASH}if defined(ARMCC)" \ |
|
47 "DEFFILE ./def/eabicontactsdatastoreextension" \ |
|
48 "$${LITERAL_HASH}elif defined(WINSCW)" \ |
|
49 "DEFFILE ./def/bwinscwcontactsdatastoreextension" \ |
|
50 "$${LITERAL_HASH}endif" |
|
51 |
|
52 MMP_RULES += IfdefBlock |
|
53 |
|
54 symbian { |
|
55 TARGET.UID3 = 0x2002DC83 |
|
56 TARGET.EPOCSTACKSIZE = 0x14000 |
|
57 TARGET.EPOCHEAPSIZE = "0x020000 0x800000" |
|
58 TARGET.EPOCALLOWDLLDATA = 1 |
|
59 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
60 } |