equal
deleted
inserted
replaced
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 = cptelephonyplugin |
|
19 DEPENDPATH += . |
|
20 INCLUDEPATH += . |
|
21 INCLUDEPATH += ../cptelephonyutils/inc |
|
22 CONFIG += hb plugin |
|
23 |
|
24 TRANSLATIONS = telephone_cp.ts |
|
25 |
|
26 MOC_DIR = moc |
|
27 OBJECTS_DIR = obj |
|
28 RCC_DIR = rcc |
|
29 |
|
30 LIBS += -lcpframework \ |
|
31 -lcptelephonyutils |
|
32 |
|
33 |
|
34 # Input |
|
35 HEADERS += src/cptelephonyplugin.h \ |
|
36 src/cptelephonypluginview.h |
|
37 SOURCES += src/cptelephonyplugin.cpp \ |
|
38 src/cptelephonypluginview.cpp |
|
39 |
|
40 include(../cpplugincommon.pri) |
|
41 |
|
42 symbian: { |
|
43 LIBS += -lxqsysinfo \ |
|
44 -lxqsettingsmanager |
|
45 |
|
46 TARGET.UID3 = 0X20029F23 |
|
47 } |
|
48 |
|
49 |
|
50 |
|
51 |
|