securitysettings/cpwlansecurityuiplugins/cpwpaui/cpwpaui.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 WPA/WPA2 WLAN security mode
       
    16 
       
    17 # %version: tr1cfwln#17 %
       
    18 
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = cpwpaui
       
    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/cpwpaui.h
       
    46     
       
    47 SOURCES += \
       
    48     src/cpwpaui.cpp
       
    49 
       
    50 symbian: 
       
    51 { 
       
    52     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    53     TARGET.EPOCALLOWDLLDATA = 1
       
    54     TARGET.UID3 = 0x2002C301
       
    55 
       
    56     deploy.path = C:
       
    57     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
       
    58     qtplugins.sources += qmakepluginstubs/cpwpaui.qtplugin
       
    59     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    60     
       
    61     BLD_INF_RULES.prj_exports += \
       
    62       "rom/cpwpaui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpaui.iby)"
       
    63 }
       
    64 
       
    65 symbian:
       
    66 {
       
    67     MMP_RULES += "USERINCLUDE traces"
       
    68 }
       
    69 
       
    70 # common translation file for all plugins
       
    71 TRANSLATIONS = cpwlansecsettingsplugin.ts
       
    72 
       
    73 plugin.sources += cpwpaui.dll
       
    74 plugin.path = /resource/qt/plugins/controlpanel
       
    75 
       
    76 DEPLOYMENT += plugin
       
    77