securitysettings/cpwlansecurityuiplugins/cpwepui/cpwepui.pro
changeset 22 093cf0757204
child 26 9abfd4f00d37
equal deleted inserted replaced
20:8b3129ac4c0f 22:093cf0757204
       
     1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 # Control Panel QT UI for WEP configuration
       
    12 # %version: 8 %
       
    13 TEMPLATE = lib
       
    14 TARGET = cpwepui
       
    15 DEPENDPATH += . \
       
    16     ./src
       
    17 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
       
    18     $$OS_LAYER_SYSTEMINCLUDE
       
    19 CONFIG += hb \
       
    20     plugin
       
    21 LIBS += -lcpframework \
       
    22     -lconnection_settings_shim
       
    23 MOC_DIR = _moc
       
    24 RCC_DIR = _rcc
       
    25 OBJECTS_DIR = _objects
       
    26 
       
    27 # Input
       
    28 HEADERS += inc/wepkeyvalidator.h \
       
    29     traces/OstTraceDefinitions.h \
       
    30     inc/wlansecuritycontrolpanelwepdefs.h \
       
    31     inc/cpwepui.h
       
    32 SOURCES += src/wepkeyvalidator.cpp \
       
    33     src/cpwepui.cpp
       
    34 symbian: { 
       
    35     TARGET.EPOCALLOWDLLDATA = 1
       
    36     TARGET.UID3 = 0x2002C2FF
       
    37     BLD_INF_RULES.prj_exports += "rom/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)"
       
    38 }
       
    39 symbian { 
       
    40     deploy.path = C:
       
    41     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
       
    42     qtplugins.sources += qmakepluginstubs/cpwepui.qtplugin
       
    43     
       
    44     # This is for new exporting system coming in garden
       
    45     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    46 }
       
    47 
       
    48 # Temporary solution to fix tracecompiler
       
    49 # When tracecompiler is fixed, this can be removed
       
    50 symbian: {
       
    51     MMP_RULES += "USERINCLUDE traces"
       
    52 }
       
    53 
       
    54 # temporary not used; waiting for the latest .ts file ; accordingly export will change
       
    55 # translation file temporarily read as qt resource
       
    56 # TRANSLATIONS += /resource/qtwlan_en_GB.ts
       
    57 
       
    58 RESOURCES += resources/resource.qrc
       
    59 
       
    60 
       
    61 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    62 plugin.sources += cpwepui.dll
       
    63 plugin.path = /resource/qt/plugins/controlpanel
       
    64 DEPLOYMENT += plugin
       
    65