securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
changeset 22 093cf0757204
child 26 9abfd4f00d37
child 33 938269283a16
equal deleted inserted replaced
20:8b3129ac4c0f 22:093cf0757204
       
     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 the License "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: 1 %
       
    19 
       
    20 
       
    21 TEMPLATE            = lib
       
    22 TARGET              = eapqtplugininfo
       
    23 TARGET.CAPABILITY   = CAP_GENERAL_DLL
       
    24 DEFINES             += BUILD_EAP_QT_PLUGIN_INFO_DLL
       
    25 DEPENDPATH          += . 
       
    26 
       
    27 # Store generated files to their own directories
       
    28 MOC_DIR     = _moc
       
    29 RCC_DIR     = _rcc
       
    30 OBJECTS_DIR = _objects
       
    31 
       
    32 # hb config needed when hb classes are used
       
    33 CONFIG += hb
       
    34 
       
    35 INCLUDEPATH += \
       
    36 	../../inc \
       
    37     $$MW_LAYER_SYSTEMINCLUDE
       
    38     
       
    39 HEADERS += 
       
    40 
       
    41 SOURCES += \
       
    42     src/eapqtplugininfo.cpp \
       
    43     src/eapqtpluginhandle.cpp
       
    44     
       
    45 defFilePath = ..
       
    46 
       
    47 symbian { 
       
    48     # no Symbian only headers
       
    49     HEADERS += 
       
    50     
       
    51     # no Symbian only sources
       
    52     SOURCES += 
       
    53     
       
    54     # add needed Symbian libs here
       
    55     LIBS +=
       
    56     
       
    57     TARGET.UID3 = 0x2002C2FD
       
    58     TARGET.EPOCALLOWDLLDATA = 1
       
    59     
       
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    61     
       
    62     # exports not frozen yet
       
    63     # MMP_RULES += EXPORTUNFROZEN
       
    64     BLD_INF_RULES.prj_exports += \
       
    65         "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    66         
       
    67     BLD_INF_RULES.prj_exports += \ 
       
    68   		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"        
       
    69 }