securitysettings/qtconfigutils/eapqtconfiginterface/eapqtconfiginterface.pro
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #	EAP method configuration QT interface
    15 #	EAP method configuration QT interface
    16 #
    16 #
    17 
    17 
    18 # %version: 25 %
    18 # %version: 28 %
    19 
    19 
    20 
    20 
    21 TEMPLATE            = lib
    21 TEMPLATE            = lib
    22 TARGET              = eapqtconfiginterface
    22 TARGET              = eapqtconfiginterface
    23 
    23 
    27 
    27 
    28 # for using hb classes
    28 # for using hb classes
    29 CONFIG += hb
    29 CONFIG += hb
    30 
    30 
    31 # translations
    31 # translations
    32 TRANSLATIONS = cpeapuiplugins.ts
    32 TRANSLATIONS += cpeapuiplugins.ts \
       
    33 				eapprompts.ts
    33 
    34 
    34 # Storage for generated files
    35 # Storage for generated files
    35 MOC_DIR     = _build
    36 MOC_DIR     = _build
    36 RCC_DIR     = _build
    37 RCC_DIR     = _build
    37 OBJECTS_DIR = _build
    38 OBJECTS_DIR = _build
    38 
    39 
    39 INCLUDEPATH += \
    40 INCLUDEPATH += \
    40     ../../inc
    41     ../../inc \
       
    42     ../../../inc/pacstore_inc
    41    
    43    
    42 HEADERS += \
    44 HEADERS += \
    43     inc/eapqtcertificateinfo_p.h \
    45     inc/eapqtcertificateinfo_p.h \
    44     inc/eapqtconfig_p.h \
    46     inc/eapqtconfig_p.h \
    45     inc/eapqtconfiginterface_p.h \
    47     inc/eapqtconfiginterface_p.h \
    66     src/eapqtvalidatorpacstorepasswordconfirm.cpp
    68     src/eapqtvalidatorpacstorepasswordconfirm.cpp
    67     
    69     
    68 # qt libs
    70 # qt libs
    69 LIBS += \
    71 LIBS += \
    70     -leapqtplugininfo
    72     -leapqtplugininfo
    71     
    73 
       
    74 mmpRuleDeffile = \
       
    75     "$${LITERAL_HASH}ifdef WINSCW" \
       
    76     "DEFFILE ./bwins/eapqtconfiginterface.def" \
       
    77     "$${LITERAL_HASH}else" \
       
    78     "DEFFILE ./eabi/eapqtconfiginterface.def" \
       
    79     "$${LITERAL_HASH}endif"
       
    80 
    72 symbian { 
    81 symbian { 
    73     # path to def files
       
    74     defFilePath = .
       
    75     
       
    76     # symbian libs
    82     # symbian libs
    77     LIBS += \
    83     LIBS += \
    78         -leapsymbiantools \
    84         -leapsymbiantools \
    79         -leaptools \
    85         -leaptools \
    80         -lecom \
    86         -lecom \
    81         -lcmmanager
    87         -lcmmanager
    82     
    88     
    83     TARGET.UID3 = 0x2002C2FC
    89     TARGET.UID3 = 0x2002C2FC
    84     TARGET.EPOCALLOWDLLDATA = 1
    90     TARGET.EPOCALLOWDLLDATA = 1
    85     
    91     
       
    92     MMP_RULES += mmpRuleDeffile
       
    93 
    86     TARGET.CAPABILITY = CAP_GENERAL_DLL
    94     TARGET.CAPABILITY = CAP_GENERAL_DLL
    87                     
    95                     
    88     BLD_INF_RULES.prj_exports += \ 
    96     BLD_INF_RULES.prj_exports += \ 
    89   		"rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)"
    97   		"rom/eapqtconfiginterface.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtconfiginterface.iby)"
    90 
    98