26
|
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 the License "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 info file for Control Panel username-password based EAP method
|
|
16 |
# settings plugin.
|
|
17 |
#
|
|
18 |
|
|
19 |
# %version: 11 %
|
|
20 |
|
|
21 |
|
|
22 |
TEMPLATE = lib
|
|
23 |
TARGET = cpeapuserpasswordui
|
|
24 |
DEPENDPATH +=
|
|
25 |
INCLUDEPATH += \
|
|
26 |
../../inc
|
|
27 |
|
|
28 |
|
|
29 |
CONFIG += hb \
|
|
30 |
plugin
|
|
31 |
|
|
32 |
LIBS += -lcpframework \
|
|
33 |
-leapqtconfiginterface \
|
|
34 |
-leapqtplugininfo
|
|
35 |
|
|
36 |
MOC_DIR = _moc
|
|
37 |
RCC_DIR = _rcc
|
|
38 |
OBJECTS_DIR= _objects
|
|
39 |
|
|
40 |
# Sources
|
|
41 |
HEADERS += \
|
|
42 |
../inc/eapuidefs.h \
|
|
43 |
inc/cpeapuserpasswordui.h \
|
|
44 |
inc/cpeapuserpasswordplugin.h
|
|
45 |
|
|
46 |
SOURCES += \
|
|
47 |
src/cpeapuserpasswordui.cpp \
|
|
48 |
src/cpeapuserpasswordplugin.cpp
|
|
49 |
|
|
50 |
symbian: {
|
|
51 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
52 |
TARGET.UID3 = 0x2002C2FB
|
|
53 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
54 |
|
|
55 |
deploy.path = C:
|
|
56 |
qtplugins.path = /resource/qt/plugins/controlpanel/eapsecurity
|
|
57 |
qtplugins.sources += qmakepluginstubs/cpeapuserpasswordui.qtplugin
|
|
58 |
|
|
59 |
for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
|
|
60 |
|
|
61 |
BLD_INF_RULES.prj_exports += \
|
|
62 |
"rom/cpeapuserpasswordui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapuserpasswordui.iby)"
|
|
63 |
}
|
|
64 |
|
|
65 |
plugin.sources += cpeapuserpasswordui.dll
|
|
66 |
plugin.path = /resource/qt/plugins/controlpanel/eapsecurity
|
|
67 |
DEPLOYMENT += plugin
|