|
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 default runtime provider project file |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 |
|
19 |
|
20 symbian { |
|
21 CONFIG(debug, debug|release) { |
|
22 DESTDIR = debug |
|
23 } else { |
|
24 DESTDIR = release |
|
25 } |
|
26 } |
|
27 |
|
28 win32 { |
|
29 CONFIG(debug, debug|release) { |
|
30 SUBDIRPART = debug |
|
31 } else { |
|
32 SUBDIRPART = release |
|
33 } |
|
34 DESTDIR = $$PWD/../../../bin/$$SUBDIRPART/searchresources/plugins/runtimeproviders |
|
35 INCLUDEPATH += \ |
|
36 $$PWD/../../../homescreensrv/homescreensrv_plat/appruntimemodel_api \ |
|
37 $$PWD/../../../homescreensrv/homescreensrv_plat/statemodel_api |
|
38 LIBS += -L$$PWD/../../../bin/debug |
|
39 } |
|
40 |
|
41 LIBS += -lappruntimemodel |
|
42 LIBS += -lstatemodel |
|
43 |
|
44 |
|
45 CONFIG += plugin debug_and_release |
|
46 |
|
47 CONFIG += hb |
|
48 |
|
49 QT += xml sql |
|
50 |
|
51 DEFINES += SEARCHRUNTIMEPROVIDER_LIB |
|
52 |
|
53 coverage:DEFINES += COVERAGE_MEASUREMENT |
|
54 |
|
55 DEPENDPATH += ./inc \ |
|
56 ./src |
|
57 |
|
58 INCLUDEPATH += ./inc \ |
|
59 ../../inc \ |
|
60 |
|
61 symbian { |
|
62 TARGET.UID3 = 0x2002C37D |
|
63 TARGET.EPOCALLOWDLLDATA=1 |
|
64 TARGET.CAPABILITY = ALL -TCB |
|
65 appkey:DEFINES += S60APP_KEY |
|
66 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
67 |
|
68 include(searchruntimeprovider_installs_symbian.pri) |
|
69 } |
|
70 |
|
71 win32 { |
|
72 include(searchruntimeprovider_installs_win32.pri) |
|
73 } |
|
74 |
|
75 symbian:unix:include(searchruntimeprovider_installs_unix.pri) |
|
76 |
|
77 include(searchruntimeprovider.pri) |