author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 23 Jun 2010 18:12:20 +0300 | |
changeset 45 | 6b911d05207e |
parent 37 | ba76fc04e6c2 |
permissions | -rw-r--r-- |
37 | 1 |
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
# All rights reserved. |
|
3 |
# This component and the accompanying materials are made available |
|
4 |
# under the terms of "Eclipse Public License v1.0" |
|
5 |
# which accompanies this distribution, and is available |
|
6 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
# Initial Contributors: |
|
8 |
# Nokia Corporation - initial contribution. |
|
9 |
# Contributors: |
|
10 |
# Description: |
|
11 |
TEMPLATE = lib |
|
12 |
CONFIG += plugin \ |
|
13 |
hb \ |
|
14 |
mobility |
|
15 |
MOBILITY = serviceframework |
|
16 |
win32:PLUGIN_SUBDIR = /hsresources/import/widgetregistry/20022F44 |
|
17 |
symbian:PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F44 |
|
18 |
LIBS += -lhswidgetmodel |
|
19 |
DEPENDPATH += ./inc \ |
|
20 |
./src |
|
21 |
INCLUDEPATH += ./inc \ |
|
22 |
../../inc |
|
23 |
symbian: { |
|
24 |
LIBS += -lxqservice \ |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
25 |
-lxqserviceutil \ |
37 | 26 |
-lxqtelephonyservice \ |
27 |
-lxqsettingsmanager \ |
|
28 |
-llogsengine |
|
29 |
TARGET.UID3 = 0x20022F44 |
|
30 |
TARGET.EPOCALLOWDLLDATA = 1 |
|
31 |
TARGET.CAPABILITY = ALL \ |
|
32 |
-TCB |
|
33 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
34 |
||
35 |
BLD_INF_RULES.prj_exports += \ |
|
36 |
"$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
37 |
"./rom/hsdialerwidgetplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hsdialerwidgetplugin.iby)" |
|
38 |
} |
|
39 |
OUTPUT_DIR = $$PWD/bin |
|
40 |
SOURCE_DIR = $$PWD/inc |
|
41 |
OBJECTS_DIR = $$OUTPUT_DIR/tmp/$$TARGET |
|
42 |
DESTDIR = $$OUTPUT_DIR |
|
43 |
MOC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/moc |
|
44 |
RCC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/rcc |
|
45 |
UI_DIR = $$OUTPUT_DIR/tmp/$$TARGET/ui |
|
46 |
LIBS += -L$$DESTDIR |
|
47 |
DEPENDPATH += . \ |
|
48 |
$$SOURCE_DIR |
|
49 |
INCLUDEPATH += . \ |
|
50 |
$$SOURCE_DIR |
|
51 |
INCLUDEPATH += $$MOC_DIR |
|
52 |
plugin:!isEmpty(PLUGIN_SUBDIR):DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR |
|
53 |
include(hsdialerwidgetplugin.pri) |
|
54 |
exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR) |
|
55 |
exportResources(./resource/*.svg, $$PLUGIN_SUBDIR) |
|
56 |
exportResources(./resource/*.png, $$PLUGIN_SUBDIR) |
|
57 |
RESOURCES += hsdialerwidgetpluging.qrc |