securitysettings/cpwlansecurityuiplugins/cpwlansecurityuiplugins.pro
changeset 39 fe6b6762fccd
parent 33 938269283a16
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     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 # 	Control Panel QT UIs for WLAN security settings configuration
    15 #   Control Panel plugins for WLAN security settings configuration
    16 #
    16 
    17 # %version: tr1cfwln#10 %
    17 # %version: tr1cfwln#12 %
    18 #
    18 
    19 
    19 
    20 TEMPLATE = subdirs
    20 TEMPLATE = subdirs
    21 
    21 
    22 SUBDIRS += \
    22 SUBDIRS += \
    23 	cpwepui \
    23     cpwepui \
    24 	cpwpacmnui \
    24     cpwpacmnui \
    25 	cpwpaui \
    25     cpwpaui \
    26 	cpwpa2ui
    26     cpwpa2ui \
       
    27     cp802dot1xui
    27 
    28 
    28 CONFIG += ordered
    29 CONFIG += ordered
    29 
    30 
    30 # export common iby for the translation file
    31 # export common iby for the translation file
    31 symbian:
    32 symbian:
    32 {
    33 {
    33    	BLD_INF_RULES.prj_exports += \
    34     BLD_INF_RULES.prj_exports += \
    34   		"rom/cpwlansecurityuiplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpwlansecurityuiplugins_resources.iby)"
    35       "rom/cpwlansecurityuiplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpwlansecurityuiplugins_resources.iby)"
    35 }
    36 }