securitysettings/cpeapuiplugins/cpeaptlsmethodsui/cpeaptlsmethodsui.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 QT UI for TLS-based EAP methods configuration
       
    16 #
       
    17 
       
    18 # %version: 13 %
       
    19 
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = cpeaptlsmethodsui
       
    23 
       
    24 INCLUDEPATH += \
       
    25     ../../inc
       
    26 
       
    27 CONFIG += hb \
       
    28     plugin
       
    29 
       
    30 LIBS += -lcpframework \
       
    31         -leapqtconfiginterface \
       
    32         -leapqtplugininfo \
       
    33         -lcpeapciphersuiteui
       
    34 
       
    35 MOC_DIR    = _build
       
    36 RCC_DIR    = _build
       
    37 OBJECTS_DIR= _build
       
    38 
       
    39 
       
    40 # Sources
       
    41 HEADERS +=  \
       
    42     ../inc/eapuidefs.h \
       
    43     inc/cpeaptlsmethodsui.h \
       
    44     inc/cpeaptlsmethodsplugin.h \
       
    45     inc/cpeaptlsmethodsinnereapui.h  
       
    46 
       
    47 SOURCES += \ 
       
    48     src/cpeaptlsmethodsui.cpp \
       
    49     src/cpeaptlsmethodsplugin.cpp \
       
    50     src/cpeaptlsmethodsinnereapui.cpp
       
    51 
       
    52 symbian: { 
       
    53     TARGET.EPOCALLOWDLLDATA = 1
       
    54     TARGET.UID3 = 0x2002C2FA  
       
    55     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    56 
       
    57     deploy.path = c:
       
    58     qtplugins.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    59     qtplugins.sources += qmakepluginstubs/cpeaptlsmethodsui.qtplugin
       
    60 
       
    61     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    62     
       
    63     BLD_INF_RULES.prj_exports += \ 
       
    64   		"rom/cpeaptlsmethodsui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeaptlsmethodsui.iby)"
       
    65 }
       
    66 
       
    67 plugin.sources += cpeaptlsmethodsui.dll
       
    68 plugin.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    69 DEPLOYMENT += plugin