1 # |
1 # |
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
3 # All rights reserved. |
3 # All rights reserved. |
4 # This component and the accompanying materials are made available |
4 # This component and the accompanying materials are made available |
5 # under the terms of the License "Eclipse Public License v1.0" |
5 # under the terms of "Eclipse Public License v1.0" |
6 # which accompanies this distribution, and is available |
6 # which accompanies this distribution, and is available |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 # |
8 # |
9 # Initial Contributors: |
9 # Initial Contributors: |
10 # Nokia Corporation - initial contribution. |
10 # Nokia Corporation - initial contribution. |
11 # |
11 # |
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: |
14 # Description: |
15 # EAP method configuration QT interface |
15 # EAP method configuration QT interface |
16 # |
16 # |
17 |
17 |
18 # %version: 18 % |
18 # %version: 25 % |
19 |
19 |
20 |
20 |
21 TEMPLATE = lib |
21 TEMPLATE = lib |
22 TARGET = eapqtconfiginterface |
22 TARGET = eapqtconfiginterface |
23 |
23 |
34 # Storage for generated files |
34 # Storage for generated files |
35 MOC_DIR = _build |
35 MOC_DIR = _build |
36 RCC_DIR = _build |
36 RCC_DIR = _build |
37 OBJECTS_DIR = _build |
37 OBJECTS_DIR = _build |
38 |
38 |
39 # path to def files |
|
40 defFilePath = . |
|
41 |
|
42 INCLUDEPATH += \ |
39 INCLUDEPATH += \ |
43 ../../inc |
40 ../../inc |
44 |
41 |
45 HEADERS += \ |
42 HEADERS += \ |
46 inc/eapqtcertificateinfo_p.h \ |
43 inc/eapqtcertificateinfo_p.h \ |
47 inc/eapqtconfig_p.h \ |
44 inc/eapqtconfig_p.h \ |
48 inc/eapqtconfiginterface_p.h \ |
45 inc/eapqtconfiginterface_p.h \ |
|
46 inc/eapqtpacstoreconfig_p.h \ |
|
47 inc/eapqtvalidatorpacstorepassword.h \ |
|
48 inc/eapqtvalidatorpacstorepasswordconfirm.h \ |
49 inc/eapqtvalidatorpassword.h \ |
49 inc/eapqtvalidatorpassword.h \ |
50 inc/eapqtvalidatorrealm.h \ |
50 inc/eapqtvalidatorrealm.h \ |
51 inc/eapqtvalidatorusername.h |
51 inc/eapqtvalidatorusername.h |
52 |
52 |
53 SOURCES += \ |
53 SOURCES += \ |
54 src/eapqtconfiginterface.cpp \ |
54 src/eapqtconfiginterface.cpp \ |
55 src/eapqtconfiginterface_p.cpp \ |
55 src/eapqtconfiginterface_p.cpp \ |
56 src/eapqtcertificateinfo.cpp \ |
56 src/eapqtcertificateinfo.cpp \ |
57 src/eapqtcertificateinfo_p.cpp \ |
57 src/eapqtcertificateinfo_p.cpp \ |
58 src/eapqtconfig.cpp \ |
58 src/eapqtconfig.cpp \ |
59 src/eapqtconfig_p.cpp \ |
59 src/eapqtconfig_p.cpp \ |
60 src/eapqtvalidatorpassword.cpp \ |
60 src/eapqtvalidatorpassword.cpp \ |
61 src/eapqtvalidatorrealm.cpp \ |
61 src/eapqtvalidatorrealm.cpp \ |
62 src/eapqtvalidatorusername.cpp |
62 src/eapqtvalidatorusername.cpp \ |
|
63 src/eapqtpacstoreconfig.cpp \ |
|
64 src/eapqtpacstoreconfig_p.cpp \ |
|
65 src/eapqtvalidatorpacstorepassword.cpp \ |
|
66 src/eapqtvalidatorpacstorepasswordconfirm.cpp |
63 |
67 |
64 # qt libs |
68 # qt libs |
65 LIBS += \ |
69 LIBS += \ |
66 -leapqtplugininfo |
70 -leapqtplugininfo |
67 |
71 |
68 symbian { |
72 symbian { |
|
73 # path to def files |
|
74 defFilePath = . |
69 |
75 |
70 # symbian libs |
76 # symbian libs |
71 LIBS += \ |
77 LIBS += \ |
72 -leapsymbiantools \ |
78 -leapsymbiantools \ |
73 -leaptools \ |
79 -leaptools \ |
74 -leaptrace \ |
|
75 -lecom \ |
80 -lecom \ |
76 -lcmmanager |
81 -lcmmanager |
77 |
82 |
78 TARGET.UID3 = 0x2002C2FC |
83 TARGET.UID3 = 0x2002C2FC |
79 TARGET.EPOCALLOWDLLDATA = 1 |
84 TARGET.EPOCALLOWDLLDATA = 1 |
80 |
85 |
81 TARGET.CAPABILITY = CAP_GENERAL_DLL |
86 TARGET.CAPABILITY = CAP_GENERAL_DLL |
82 |
87 |
83 BLD_INF_RULES.prj_exports += \ |
88 BLD_INF_RULES.prj_exports += \ |
84 "rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)" |
89 "rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)" |
85 |
90 |
86 BLD_INF_RULES.prj_exports += \ |
91 BLD_INF_RULES.prj_exports += \ |
87 "rom/eapqtconfiginterface_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface_resources.iby)" |
92 "rom/eapqtconfiginterface_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface_resources.iby)" |