9
|
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: SEARCH online handler project file
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = lib
|
|
18 |
TARGET = searchonlinehandler
|
|
19 |
|
|
20 |
CONFIG += hb
|
|
21 |
CONFIG += console
|
|
22 |
|
|
23 |
LIBS += -lhbcore
|
|
24 |
LIBS += -lxqsettingsmanager
|
|
25 |
LIBS += -lisproviderdbmanager
|
|
26 |
LIBS += -lisengine
|
|
27 |
|
|
28 |
QT -= webkit
|
|
29 |
QT += xml
|
|
30 |
|
|
31 |
DEFINES += SEARCHONLINEHANDLER_LIB
|
|
32 |
|
|
33 |
DEPENDPATH += ./inc \
|
|
34 |
./src
|
|
35 |
|
|
36 |
INCLUDEPATH += ./inc \
|
|
37 |
../inc
|
|
38 |
|
|
39 |
symbian {
|
|
40 |
TARGET.UID2 = 0x20004C45
|
|
41 |
TARGET.UID3 = 0x2002C37C
|
|
42 |
TARGET.EPOCALLOWDLLDATA=1
|
|
43 |
TARGET.CAPABILITY = ALL -TCB -DRM
|
|
44 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
|
|
45 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
46 |
|
|
47 |
defBlock = \
|
|
48 |
"$${LITERAL_HASH}if defined(EABI)" \
|
|
49 |
"DEFFILE ../eabi/" \
|
|
50 |
"$${LITERAL_HASH}else" \
|
|
51 |
"DEFFILE ../bwins/" \
|
|
52 |
"$${LITERAL_HASH}endif"
|
|
53 |
|
|
54 |
MMP_RULES += defBlock
|
|
55 |
}
|
|
56 |
include(onlinehandler.pri) |