|
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 state 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/stateproviders |
|
35 INCLUDEPATH += \ |
|
36 $$PWD/../../../homescreensrv/homescreensrv_plat/ftuwizardmodel_api/inc \ |
|
37 $$PWD/../../../homescreensrv/homescreensrv_plat/statemodel_api |
|
38 LIBS += -L$$PWD/../../../bin/debug |
|
39 } |
|
40 |
|
41 |
|
42 LIBS += -lstatemodel |
|
43 LIBS += -lsearchindevicehandler |
|
44 LIBS += -lxqservice |
|
45 LIBS += -lqcpixsearchclient |
|
46 LIBS += -laknskins |
|
47 LIBS += -lfbscli |
|
48 LIBS += -laknicon |
|
49 LIBS += -lapgrfx |
|
50 LIBS += -lbitgdi |
|
51 |
|
52 |
|
53 CONFIG += plugin debug_and_release |
|
54 |
|
55 coverage:DEFINES += COVERAGE_MEASUREMENT |
|
56 |
|
57 CONFIG += hb |
|
58 |
|
59 QT += xml |
|
60 |
|
61 nft:DEFINES += NFT |
|
62 |
|
63 DEPENDPATH += ./inc \ |
|
64 ./src |
|
65 |
|
66 INCLUDEPATH += ./inc \ |
|
67 ../../inc \ |
|
68 ../../indevicehandler/inc |
|
69 |
|
70 |
|
71 |
|
72 symbian { |
|
73 TARGET.UID2 = 0x20004C45 |
|
74 TARGET.UID3 = 0x2002C37A |
|
75 TARGET.EPOCALLOWDLLDATA=1 |
|
76 TARGET.CAPABILITY = ALL -TCB -DRM |
|
77 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
78 include(searchstateprovider_installs_symbian.pri) |
|
79 |
|
80 } |
|
81 |
|
82 symbian:unix:include(searchstateprovider_installs_unix.pri) |
|
83 include(searchstateprovider.pri) |
|
84 |