39
|
1 |
#
|
|
2 |
# Copyright (c) 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 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description:
|
|
15 |
# Project file of the ictswlanlogininterface.
|
|
16 |
#
|
|
17 |
|
|
18 |
TEMPLATE = lib
|
|
19 |
TARGET = ictswlanlogininterface
|
|
20 |
|
|
21 |
# BUILD_DLL macro is used to define import/export macro
|
|
22 |
DEFINES += BUILD_ICTSWLANLOGININTERFACE_DLL
|
|
23 |
DEPENDPATH += .
|
|
24 |
CONFIG += hb
|
|
25 |
LIBS += -lxqservice -lictsqtwrapper -lxqserviceutil
|
|
26 |
|
|
27 |
#Store generated files to their own directory
|
|
28 |
MOC_DIR = build
|
|
29 |
|
|
30 |
INCLUDEPATH += \
|
|
31 |
inc \
|
|
32 |
traces\
|
|
33 |
../inc \
|
|
34 |
../../inc \
|
|
35 |
../wlanloginapp/inc
|
|
36 |
|
|
37 |
HEADERS += \
|
|
38 |
inc/ictswlanlogininterface.h \
|
|
39 |
traces/OstTraceDefinitions.h
|
|
40 |
|
|
41 |
SOURCES += \
|
|
42 |
src/ictswlanlogininterface.cpp
|
|
43 |
|
|
44 |
defFilePath = .
|
|
45 |
|
|
46 |
symbian: {
|
|
47 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
48 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
49 |
TARGET.UID3 = 0x2002EA66
|
|
50 |
MMP_RULES += "USERINCLUDE traces"
|
|
51 |
BLD_INF_RULES.prj_exports += "rom/ictswlanlogininterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ictswlanlogininterface.iby)"
|
|
52 |
BLD_INF_RULES.prj_exports += "inc/ictswlanlogininterface.h |../../inc/ictswlanlogininterface.h"
|
|
53 |
LIBS += -lictsclientinterface -lflogger
|
|
54 |
}
|