securitysettings/cpwlansecurityuiplugins/cp802dot1xui/cp802dot1xui.pro
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #   Control Panel plugin for 802.1X WLAN security mode
       
    16 #
       
    17 # %version: tr1cfwln#12 %
       
    18 #
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = cp802dot1xui
       
    22 
       
    23 DEPENDPATH += 
       
    24 
       
    25 INCLUDEPATH += \
       
    26     ../inc
       
    27     
       
    28 CONFIG += \
       
    29     hb \
       
    30     plugin
       
    31     
       
    32 LIBS += \ 
       
    33     -lcpframework \
       
    34     -lcpwpacmnui \
       
    35     -lconnection_settings_shim \
       
    36     -leapqtconfiginterface
       
    37     
       
    38 MOC_DIR     = _build
       
    39 RCC_DIR     = _build
       
    40 OBJECTS_DIR = _build
       
    41 
       
    42 # Input
       
    43 HEADERS += \
       
    44     traces/OstTraceDefinitions.h \
       
    45     inc/cp802dot1xui.h
       
    46     
       
    47 SOURCES += src/cp802dot1xui.cpp
       
    48 
       
    49 symbian: 
       
    50 { 
       
    51     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    52     TARGET.EPOCALLOWDLLDATA = 1
       
    53     TARGET.UID3 = 0x2002DC72
       
    54     
       
    55     deploy.path = C:
       
    56     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
       
    57     qtplugins.sources += qmakepluginstubs/cp802dot1xui.qtplugin
       
    58     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    59     
       
    60     BLD_INF_RULES.prj_exports += \ 
       
    61       "rom/cp802dot1xui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cp802dot1xui.iby)"
       
    62 }
       
    63 
       
    64 symbian:
       
    65 {
       
    66     MMP_RULES += "USERINCLUDE traces"
       
    67 }
       
    68 
       
    69 # common translation file for all plugins
       
    70 TRANSLATIONS = cpwlansecsettingsplugin.ts
       
    71 
       
    72 plugin.sources += cp802dot1xui.dll
       
    73 plugin.path = /resource/qt/plugins/controlpanel
       
    74 
       
    75 DEPLOYMENT += plugin