securitysettings/cpeapuiplugins/cpeapsimakaui/cpeapsimakaui.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 #   Project info file for Control Panel SIM/AKA settings plugin. 
       
    16 #
       
    17 
       
    18 # %version:  11 %
       
    19 
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = cpeapsimakaui
       
    23 
       
    24 INCLUDEPATH += \
       
    25     ../../inc
       
    26 
       
    27 CONFIG += hb \
       
    28     plugin
       
    29 
       
    30 LIBS += -lcpframework \
       
    31         -leapqtconfiginterface \
       
    32         -leapqtplugininfo 
       
    33 
       
    34 MOC_DIR    = _build
       
    35 RCC_DIR    = _build
       
    36 OBJECTS_DIR= _build
       
    37 
       
    38 
       
    39 # Sources
       
    40 HEADERS +=  \
       
    41     ../inc/eapuidefs.h \
       
    42     inc/cpeapsimakaui.h \
       
    43     inc/cpeapsimakaplugin.h   
       
    44 
       
    45 SOURCES += \ 
       
    46     src/cpeapsimakaui.cpp \
       
    47     src/cpeapsimakaplugin.cpp
       
    48 
       
    49 symbian: { 
       
    50     TARGET.EPOCALLOWDLLDATA = 1
       
    51     TARGET.UID3 = 0x2002C2F9  
       
    52     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    53 
       
    54     deploy.path = C:
       
    55     qtplugins.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    56     qtplugins.sources += qmakepluginstubs/cpeapsimakaui.qtplugin
       
    57 
       
    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/cpeapsimakaui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapsimakaui.iby)"
       
    62 }
       
    63 
       
    64 plugin.sources += cpeapsimakaui.dll
       
    65 plugin.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    66 DEPLOYMENT += plugin