0
|
1 |
#
|
|
2 |
# Copyright (c) 2009-2010 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 |
# Initial Contributors:
|
|
9 |
# Nokia Corporation - initial contribution.
|
|
10 |
# Contributors:
|
|
11 |
#
|
|
12 |
# Description:
|
|
13 |
# RCS IM Library - Initial version
|
|
14 |
|
|
15 |
|
|
16 |
TEMPLATE = lib
|
|
17 |
TARGET = symmsrpplugin
|
|
18 |
CONFIG += plugin
|
|
19 |
CONFIG += hb
|
|
20 |
QT += core
|
|
21 |
|
|
22 |
HEADERS += ./inc/*.h
|
|
23 |
SOURCES += ./src/*.cpp
|
|
24 |
INCLUDEPATH += ../epoc32/include/app
|
|
25 |
INCLUDEPATH += ../commonimlib/inc
|
|
26 |
|
|
27 |
# LIBS += -lxqservice
|
|
28 |
LIBS += -lInetProtUtil.dll \
|
|
29 |
-lbafl.dll \
|
|
30 |
-lecom.dll \
|
|
31 |
-lesock.dll \
|
|
32 |
-lsipclient.dll \
|
|
33 |
-lsipcodec.dll \
|
|
34 |
-lsipprofile.dll \
|
|
35 |
-lsipprofilecli.dll \
|
|
36 |
-lmceclient.dll \
|
|
37 |
-linsock.dll \
|
|
38 |
-lsdpcodec.dll \
|
|
39 |
-lcntmodel.dll \
|
|
40 |
-lcommonimlib \
|
|
41 |
-lqtcontacts \
|
|
42 |
|
|
43 |
TARGET.CAPABILITY += All \
|
|
44 |
-Tcb
|
|
45 |
symbian: {
|
|
46 |
TARGET.UID3 = 0xE41BBB83
|
|
47 |
:BLD_INF_RULES.prj_exports += "inc/chatcontactmanager.h APP_LAYER_PLATFORM_EXPORT_PATH(chatcontactmanager.h)"
|
|
48 |
:BLD_INF_RULES.prj_exports += "inc/chatcontactmanagerimpl_sym.h APP_LAYER_PLATFORM_EXPORT_PATH(chatcontactmanagerimpl_sym.h)"
|
|
49 |
:BLD_INF_RULES.prj_exports += "inc/chatsession.h APP_LAYER_PLATFORM_EXPORT_PATH(chatsession.h)"
|
|
50 |
}
|
|
51 |
symbian:include(symmsrpplugin_installs_sym.pri)
|