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 |
|
18 TEMPLATE = lib |
|
19 TARGET = isproviderdbmanager |
|
20 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
21 TARGET.EPOCALLOWDLLDATA = 1 |
|
22 DEPENDPATH += . inc src |
|
23 INCLUDEPATH += . ../common/inc |
|
24 CONFIG += hb mobility |
|
25 MOBILITY = systeminfo |
|
26 DEFINES += ISPROVIDERDBSERVICES_LIB |
|
27 |
|
28 QT += sql network |
|
29 |
|
30 RESOURCES += ../common/resources/issearch_icons.qrc |
|
31 |
|
32 # Input |
|
33 HEADERS += inc/isproviderdbmanager.h inc/isproviderdbconstants.h |
|
34 SOURCES += src/isproviderdbmanager.cpp |
|
35 |
|
36 symbian: { |
|
37 |
|
38 TARGET.UID3 = 0xE47ae51a |
|
39 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
40 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 defBlock = \ |
|
43 "$${LITERAL_HASH}if defined(EABI)" \ |
|
44 "DEFFILE ../eabi/" \ |
|
45 "$${LITERAL_HASH}else" \ |
|
46 "DEFFILE ../bwins/" \ |
|
47 "$${LITERAL_HASH}endif" |
|
48 |
|
49 MMP_RULES += defBlock |
|
50 } |