author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Thu, 02 Sep 2010 20:26:16 +0300 | |
changeset 64 | 6aaf0276100e |
parent 56 | 5bcb308bd24d |
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: |
|
15 |
# |
|
16 |
||
17 |
TEMPLATE = lib |
|
18 |
TARGET = cpnetworkplugin |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
19 |
CONFIG += hb plugin mobility |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
20 |
MOBILITY += systeminfo |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
21 |
|
37 | 22 |
INCLUDEPATH += ../cptelephonyutils/inc |
23 |
||
24 |
MOC_DIR = moc |
|
25 |
OBJECTS_DIR = obj |
|
26 |
RCC_DIR = rcc |
|
27 |
||
28 |
TRANSLATIONS = telephone_cp.ts |
|
29 |
||
30 |
LIBS += -lcpframework \ |
|
31 |
-lpsetwrapper \ |
|
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
32 |
-lcptelephonyutils \ |
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
33 |
-lpsuinotes |
37 | 34 |
|
35 |
symbian*::LIBS += -lcmmanager |
|
36 |
||
37 |
include(../cpplugincommon.pri) |
|
38 |
include (cpnetworkplugin.pri) |
|
39 |
||
40 |
symbian: { |
|
41 |
TARGET.UID3 = 0X20029F24 |
|
42 |
} |