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: |
|
15 # This is the project specification file for the |
|
16 # notesappcontroller component. |
|
17 # |
|
18 |
|
19 TEMPLATE = lib |
|
20 TARGET = notesappcontroller |
|
21 DEFINES += NOTESAPPCONTROLLER_LIB |
|
22 |
|
23 DEPENDPATH += \ |
|
24 ./inc \ |
|
25 ./src |
|
26 |
|
27 INCLUDEPATH += \ |
|
28 ./inc \ |
|
29 ../notesviewmanager/inc \ |
|
30 ../notesmodelhandler/inc \ |
|
31 ../inc \ |
|
32 ../../inc |
|
33 |
|
34 symbian: { |
|
35 TARGET.CAPABILITY = ALL -TCB |
|
36 TARGET.EPOCALLOWDLLDATA = 1 |
|
37 TARGET.UID3 = 0x2002BCDB |
|
38 |
|
39 LIBS += \ |
|
40 -lnotesviewmanager \ |
|
41 -lnotesmodelhandler |
|
42 } |
|
43 |
|
44 SOURCES += \ |
|
45 notesappcontroller.cpp \ |
|
46 notesappcontrollerifimpl.cpp |
|
47 |
|
48 HEADERS += \ |
|
49 notesappcontroller.h \ |
|
50 notesappcontrollerdefines.h \ |
|
51 notesappcontrollerif.h \ |
|
52 notesappcontrollerifimpl.h |
|
53 |
|
54 # End of file --Don't remove this. |