equal
deleted
inserted
replaced
|
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 defnition file for commonutils. |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 TARGET = calencommonutils |
|
19 DEPENDPATH += ./ \ |
|
20 ./inc \ |
|
21 ./src |
|
22 INCLUDEPATH += ./inc ./../inc |
|
23 |
|
24 CONFIG += hb |
|
25 |
|
26 DEFINES += CALENDATEUTILS_DLL |
|
27 |
|
28 symbian : { |
|
29 BLD_INF_RULES.prj_exports += \ |
|
30 "./inc/calenagendautils.h |../inc/calenagendautils.h" \ |
|
31 "./inc/calendateutils.h |../inc/calendateutils.h" |
|
32 |
|
33 TARGET.UID3 = 0x10207199 |
|
34 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
35 TARGET.EPOCALLOWDLLDATA=1 |
|
36 |
|
37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBS += -lcalinterimapi \ |
|
40 -lagendainterface |
|
41 } |
|
42 |
|
43 # Input |
|
44 HEADERS += calenagendautils.h \ |
|
45 calendateutils.h |
|
46 SOURCES += calenagendautils.cpp \ |
|
47 calendateutils.cpp |
|
48 # End of file --Don't remove this. |