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: Project file for building qt view adapter component |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = lib |
|
19 TARGET = phoneuiqtviewadapter |
|
20 CONFIG += hb |
|
21 |
|
22 symbian { |
|
23 TARGET.CAPABILITY = ALL -TCB |
|
24 TARGET.EPOCALLOWDLLDATA = 1 |
|
25 TARGET.UID3 = 0x20029F86 |
|
26 DEFINES += FT_SYMBIAN_INTEGRATION |
|
27 DEFINES += BUILD_PHONEUIQTVIEWADAPTER |
|
28 |
|
29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
30 INCLUDEPATH += ../../inc \ |
|
31 ../phoneuiutils/inc \ |
|
32 ../phoneuiview2/inc \ |
|
33 ../phoneui2/srcdata \ |
|
34 ../phoneringingtoneplayer/inc \ |
|
35 ../phonemediatorcenter/inc |
|
36 |
|
37 LIBS += -lphoneuiutils \ |
|
38 -lbubblemanager2 \ |
|
39 -lphoneringingtoneplayer \ |
|
40 -lphoneuiqtview \ |
|
41 -lphonemediatorcenter \ |
|
42 -lxqservice \ |
|
43 -lxqserviceutil \ |
|
44 -lserviceprovidersettings \ |
|
45 -lxqsettingsmanager \ |
|
46 -llogsengine \ |
|
47 -lxqplugins \ |
|
48 -lakncapserverclient |
|
49 defFiles = "$${LITERAL_HASH}ifdef WINS" \ |
|
50 "DEFFILE bwins/phoneuiqtviewadapter.def" \ |
|
51 "$${LITERAL_HASH}else" \ |
|
52 "DEFFILE eabi/phoneuiqtviewadapter.def" \ |
|
53 "$${LITERAL_HASH}endif" |
|
54 |
|
55 MMP_RULES += defFiles |
|
56 } |
|
57 |
|
58 # Input |
|
59 include(phoneuiqtviewadapter.pri) |
|