author | hgs |
Fri, 23 Jul 2010 12:55:58 +0300 | |
changeset 52 | a49bfe5190e4 |
parent 46 | bc5a64e5bc3c |
child 51 | f39ed5e045e0 |
child 74 | d1c62c765e48 |
permissions | -rw-r--r-- |
37 | 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 |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
20 |
CONFIG += hb mobility |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
21 |
MOBILITY = publishsubscribe |
37 | 22 |
|
23 |
symbian { |
|
24 |
TARGET.CAPABILITY = ALL -TCB |
|
25 |
TARGET.EPOCALLOWDLLDATA = 1 |
|
26 |
TARGET.UID3 = 0x20029F86 |
|
27 |
DEFINES += FT_SYMBIAN_INTEGRATION |
|
28 |
DEFINES += BUILD_PHONEUIQTVIEWADAPTER |
|
29 |
||
30 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
31 |
INCLUDEPATH += ../../inc \ |
|
32 |
../phoneuiutils/inc \ |
|
33 |
../phoneuiview2/inc \ |
|
34 |
../phoneui2/srcdata \ |
|
35 |
../phoneringingtoneplayer/inc \ |
|
36 |
../phonemediatorcenter/inc |
|
37 |
||
38 |
LIBS += -lphoneuiutils \ |
|
39 |
-lbubblemanager2 \ |
|
40 |
-lphoneringingtoneplayer \ |
|
41 |
-lphoneuiqtview \ |
|
42 |
-lphonemediatorcenter \ |
|
43 |
-lxqservice \ |
|
44 |
-lxqserviceutil \ |
|
45 |
-lserviceprovidersettings \ |
|
46 |
-lxqsettingsmanager \ |
|
47 |
-llogsengine \ |
|
48 |
-lxqplugins \ |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
49 |
-lakncapserverclient \ |
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
50 |
-llockclient \ |
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
51 |
-ltelephonyservice \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
52 |
-lapgrfx \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
53 |
-lavkon \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
54 |
-lws32 \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
55 |
-lcone |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
56 |
|
37 | 57 |
defFiles = "$${LITERAL_HASH}ifdef WINS" \ |
58 |
"DEFFILE bwins/phoneuiqtviewadapter.def" \ |
|
59 |
"$${LITERAL_HASH}else" \ |
|
60 |
"DEFFILE eabi/phoneuiqtviewadapter.def" \ |
|
61 |
"$${LITERAL_HASH}endif" |
|
62 |
||
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
63 |
MMP_RULES += defFiles |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
64 |
|
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
65 |
#qcrml export |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
66 |
BLD_INF_RULES.prj_exports += "./conf/carmode.qcrml c:/resource/qt/crml/carmode.qcrml " |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
67 |
crml.sources = ./conf/carmode.qcrml |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
68 |
crml.path = c:/resource/qt/crml |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
69 |
DEPLOYMENT += crml |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
70 |
|
37 | 71 |
} |
72 |
||
73 |
# Input |
|
74 |
include(phoneuiqtviewadapter.pri) |