securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.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 #	EAP method configuration QT interface
       
    16 #
       
    17 
       
    18 # %version: 25 %
       
    19 
       
    20 
       
    21 TEMPLATE            = lib
       
    22 TARGET              = eapqtconfiginterface
       
    23 
       
    24 # to export the public class
       
    25 DEFINES             += BUILD_EAP_QT_CONFIG_INTERFACE_DLL
       
    26 DEPENDPATH          += . 
       
    27 
       
    28 # for using hb classes
       
    29 CONFIG += hb
       
    30 
       
    31 # translations
       
    32 TRANSLATIONS = cpeapuiplugins.ts
       
    33 
       
    34 # Storage for generated files
       
    35 MOC_DIR     = _build
       
    36 RCC_DIR     = _build
       
    37 OBJECTS_DIR = _build
       
    38 
       
    39 INCLUDEPATH += \
       
    40     ../../inc
       
    41    
       
    42 HEADERS += \
       
    43     inc/eapqtcertificateinfo_p.h \
       
    44     inc/eapqtconfig_p.h \
       
    45     inc/eapqtconfiginterface_p.h \
       
    46     inc/eapqtpacstoreconfig_p.h \
       
    47     inc/eapqtvalidatorpacstorepassword.h \
       
    48     inc/eapqtvalidatorpacstorepasswordconfirm.h \
       
    49     inc/eapqtvalidatorpassword.h \
       
    50     inc/eapqtvalidatorrealm.h \
       
    51     inc/eapqtvalidatorusername.h
       
    52     
       
    53 SOURCES += \
       
    54     src/eapqtconfiginterface.cpp \
       
    55     src/eapqtconfiginterface_p.cpp \
       
    56     src/eapqtcertificateinfo.cpp \
       
    57     src/eapqtcertificateinfo_p.cpp \
       
    58     src/eapqtconfig.cpp \
       
    59     src/eapqtconfig_p.cpp \
       
    60     src/eapqtvalidatorpassword.cpp \
       
    61     src/eapqtvalidatorrealm.cpp \
       
    62     src/eapqtvalidatorusername.cpp \
       
    63     src/eapqtpacstoreconfig.cpp \
       
    64     src/eapqtpacstoreconfig_p.cpp \
       
    65     src/eapqtvalidatorpacstorepassword.cpp \
       
    66     src/eapqtvalidatorpacstorepasswordconfirm.cpp
       
    67     
       
    68 # qt libs
       
    69 LIBS += \
       
    70     -leapqtplugininfo
       
    71     
       
    72 symbian { 
       
    73     # path to def files
       
    74     defFilePath = .
       
    75     
       
    76     # symbian libs
       
    77     LIBS += \
       
    78         -leapsymbiantools \
       
    79         -leaptools \
       
    80         -lecom \
       
    81         -lcmmanager
       
    82     
       
    83     TARGET.UID3 = 0x2002C2FC
       
    84     TARGET.EPOCALLOWDLLDATA = 1
       
    85     
       
    86     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    87                     
       
    88     BLD_INF_RULES.prj_exports += \ 
       
    89   		"rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)"
       
    90 
       
    91     BLD_INF_RULES.prj_exports += \ 
       
    92   		"rom/eapqtconfiginterface_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface_resources.iby)"
       
    93 }