equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2 # Copyright (c) 2009-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 "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". |
10 # Nokia Corporation - initial contribution. |
10 # Nokia Corporation - initial contribution. |
11 # |
11 # |
12 # Contributors: |
12 # Contributors: |
13 # |
13 # |
14 # Description: |
14 # Description: |
|
15 # Project file for wlanutilities directory in wirelessacc package. |
15 # |
16 # |
16 |
17 |
17 TEMPLATE = subdirs |
18 TEMPLATE = subdirs |
18 |
19 |
19 SUBDIRS += \ |
20 SUBDIRS += \ |
20 wlanqtutilities \ |
21 wlanqtutilities \ |
|
22 eapwizard \ |
|
23 wpswizard \ |
|
24 wlanwizard \ |
21 wlansniffer \ |
25 wlansniffer \ |
22 wlanentryplugin \ |
26 wlanentryplugin \ |
23 wlanindicatorplugin \ |
27 wlanindicatorplugin \ |
24 cpwlansettingsplugin |
28 cpwlansettingsplugin \ |
25 |
29 wlanlogin |
|
30 |
26 CONFIG += ordered |
31 CONFIG += ordered |
27 |
|
28 symbian*: { |
|
29 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
30 } |
|