securitysettings/cpwlansecurityuiplugins/cpwlansecurityuiplugins.pro
changeset 26 9abfd4f00d37
parent 22 093cf0757204
child 34 ad1f037f1ac2
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "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 QT UIs for WLAN security settings configuration
    16 #
    16 #
    17 # %version: tr1cfwln#4.1.1 %
    17 # %version: tr1cfwln#10 %
       
    18 #
    18 
    19 
    19 TEMPLATE = subdirs
    20 TEMPLATE = subdirs
    20 
    21 
    21 SUBDIRS  += \
    22 SUBDIRS += \
    22 		cpwepui \
    23 	cpwepui \
    23 		cpwpaui \
    24 	cpwpacmnui \
    24 		cpwpa2ui \
    25 	cpwpaui \
    25 		cpwpacmnui
    26 	cpwpa2ui
    26 		
       
    27 
    27 
    28 CONFIG += ordered
    28 CONFIG += ordered
       
    29 
       
    30 # export common iby for the translation file
       
    31 symbian:
       
    32 {
       
    33    	BLD_INF_RULES.prj_exports += \
       
    34   		"rom/cpwlansecurityuiplugins_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpwlansecurityuiplugins_resources.iby)"
       
    35 }