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 # |
|
16 |
|
17 TARGET = unidatamodelloader |
|
18 |
|
19 TEMPLATE = lib |
|
20 |
|
21 CONFIG += dll |
|
22 DEFINES += UNIDATAMODELLOADER_DLL |
|
23 DEFINES += BUILD_DLL_DATA_MODEL |
|
24 |
|
25 |
|
26 |
|
27 DEPENDPATH += . \ |
|
28 inc \ |
|
29 src |
|
30 |
|
31 QT -= gui |
|
32 |
|
33 INCLUDEPATH += . |
|
34 INCLUDEPATH += inc |
|
35 INCLUDEPATH += /s60/app/messaging/inc |
|
36 INCLUDEPATH += ../s60qconversions/inc |
|
37 INCLUDEPATH += ../../../inc |
|
38 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 # Capability |
|
41 TARGET.UID3 = 0x2001FE62 |
|
42 TARGET.CAPABILITY = All -TCB |
|
43 TARGET.EPOCALLOWDLLDATA = 1 |
|
44 |
|
45 # Platforms |
|
46 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
47 |
|
48 # Build.inf rules |
|
49 BLD_INF_RULES.prj_exports += \ |
|
50 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
51 "rom/unidatamodelloader.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unidatamodelloader.iby)" |
|
52 |
|
53 MMP_RULES += "SOURCEPATH ." |
|
54 |
|
55 SOURCES += src/unidatamodelloader.cpp |
|
56 |
|
57 LIBS += -lQtCore |
|
58 |
|