wlanutilities/wlanutilities.pro
changeset 31 e8f4211554fb
parent 19 10810c91db26
child 39 7b3e49e4608a
equal deleted inserted replaced
30:ab513c8439db 31:e8f4211554fb
     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     wlanwizard \
    21     wlansniffer \
    23     wlansniffer \
    22     wlanentryplugin \
    24     wlanentryplugin \
    23     wlanindicatorplugin \
    25     wlanindicatorplugin \
    24     cpwlansettingsplugin
    26     cpwlansettingsplugin
    25             
    27 
    26 CONFIG += ordered
    28 CONFIG += ordered
    27 
       
    28 symbian*: {
       
    29     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    30 }