securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.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 #   QT EAP plugin information handling component
       
    16 #
       
    17 
       
    18 # %version: 14 %
       
    19 
       
    20 
       
    21 TEMPLATE            = lib
       
    22 TARGET              = eapqtplugininfo
       
    23 
       
    24 DEFINES             += BUILD_EAP_QT_PLUGIN_INFO_DLL
       
    25 DEPENDPATH          += . 
       
    26 
       
    27 # Storage for generated files
       
    28 MOC_DIR     = _build
       
    29 RCC_DIR     = _build
       
    30 OBJECTS_DIR = _build
       
    31 
       
    32 # hb config
       
    33 CONFIG += hb
       
    34     
       
    35 HEADERS += \
       
    36 	inc/eapqtexpandedeaptype_p.h \
       
    37 	inc/eapqtpluginhandle_p.h \
       
    38 	inc/eapqtplugininfo_p.h
       
    39 	
       
    40 SOURCES += \
       
    41     src/eapqtplugininfo.cpp \
       
    42     src/eapqtplugininfo_p.cpp \
       
    43     src/eapqtexpandedeaptype.cpp \
       
    44     src/eapqtexpandedeaptype_p.cpp \
       
    45     src/eapqtpluginhandle.cpp \
       
    46     src/eapqtpluginhandle_p.cpp
       
    47 
       
    48 symbian { 
       
    49     # path to def files
       
    50     defFilePath = .
       
    51     
       
    52     # symbian libs
       
    53     LIBS += \
       
    54         -leapsymbiantools \
       
    55         -leaptools
       
    56     
       
    57     TARGET.UID3 = 0x2002C2FD
       
    58     TARGET.EPOCALLOWDLLDATA = 1
       
    59     
       
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    61             
       
    62     BLD_INF_RULES.prj_exports += \ 
       
    63   		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"        
       
    64 }