85
|
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: caclient.pro
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = lib
|
88
|
18 |
CONFIG += hb mobility
|
86
|
19 |
HB = hbcore
|
|
20 |
|
88
|
21 |
MOBILITY = serviceframework
|
|
22 |
|
85
|
23 |
DEFINES += CACLIENT_LIB
|
|
24 |
|
|
25 |
include(../../common.pri)
|
|
26 |
|
|
27 |
DEPENDPATH += ./inc \
|
|
28 |
./src
|
|
29 |
INCLUDEPATH += ./inc
|
|
30 |
|
|
31 |
include(caclient.pri)
|
|
32 |
|
|
33 |
symbian: {
|
|
34 |
DEPENDPATH += ./s60/inc \
|
|
35 |
./s60/src
|
|
36 |
INCLUDEPATH += ./s60/inc
|
|
37 |
|
|
38 |
TARGET.UID3 = 0x20022F81
|
|
39 |
|
|
40 |
INCLUDEPATH += \
|
|
41 |
../cautils/inc \
|
|
42 |
../extinc \
|
|
43 |
../inc
|
|
44 |
|
92
|
45 |
LIBS += -lavkon \
|
|
46 |
-lcautils \
|
85
|
47 |
-lestor \
|
|
48 |
-lbafl \
|
|
49 |
-laknicon \
|
|
50 |
-lcharconv \
|
|
51 |
-lfbscli \
|
89
|
52 |
-lbitgdi \
|
92
|
53 |
-lxqutils \
|
|
54 |
-lsif \
|
|
55 |
-lscrclient \
|
98
|
56 |
-laknicon \
|
|
57 |
-lapgrfx \
|
|
58 |
-lapparc
|
92
|
59 |
|
85
|
60 |
include(caclient_s60.pri)
|
|
61 |
}
|
|
62 |
|
106
|
63 |
!symbian: {
|
85
|
64 |
DEPENDPATH += ./stub/inc \
|
|
65 |
./stub/src
|
|
66 |
INCLUDEPATH += ./stub/inc
|
|
67 |
|
|
68 |
QT += sql
|
|
69 |
|
|
70 |
include(caclient_stub.pri)
|
|
71 |
include(installs_win32.pri)
|
|
72 |
}
|