securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 52 c23bdf5a328a
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
     1 #
     1 #
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 #
     8 #
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #   QT EAP plugin information handling component
    15 #   QT EAP plugin information handling component
    16 #
    16 #
    17 
    17 
    18 # %version: 11 %
    18 # %version: 14 %
    19 
    19 
    20 
    20 
    21 TEMPLATE            = lib
    21 TEMPLATE            = lib
    22 TARGET              = eapqtplugininfo
    22 TARGET              = eapqtplugininfo
    23 
    23 
    29 RCC_DIR     = _build
    29 RCC_DIR     = _build
    30 OBJECTS_DIR = _build
    30 OBJECTS_DIR = _build
    31 
    31 
    32 # hb config
    32 # hb config
    33 CONFIG += hb
    33 CONFIG += hb
    34 
       
    35 # path to def files
       
    36 defFilePath = .
       
    37 
       
    38 INCLUDEPATH +=
       
    39     
    34     
    40 HEADERS += inc
    35 HEADERS += \
    41 
    36 	inc/eapqtexpandedeaptype_p.h \
       
    37 	inc/eapqtpluginhandle_p.h \
       
    38 	inc/eapqtplugininfo_p.h
       
    39 	
    42 SOURCES += \
    40 SOURCES += \
    43     src/eapqtplugininfo.cpp \
    41     src/eapqtplugininfo.cpp \
    44     src/eapqtplugininfo_p.cpp \
    42     src/eapqtplugininfo_p.cpp \
    45     src/eapqtexpandedeaptype.cpp \
    43     src/eapqtexpandedeaptype.cpp \
    46     src/eapqtexpandedeaptype_p.cpp \
    44     src/eapqtexpandedeaptype_p.cpp \
    47     src/eapqtpluginhandle.cpp \
    45     src/eapqtpluginhandle.cpp \
    48     src/eapqtpluginhandle_p.cpp
    46     src/eapqtpluginhandle_p.cpp
    49 
    47 
    50 symbian { 
    48 symbian { 
       
    49     # path to def files
       
    50     defFilePath = .
    51     
    51     
    52     # symbian libs
    52     # symbian libs
    53     LIBS += \
    53     LIBS += \
    54         -leapsymbiantools \
    54         -leapsymbiantools \
    55         -leaptools \
    55         -leaptools
    56         -leaptrace
       
    57     
    56     
    58     TARGET.UID3 = 0x2002C2FD
    57     TARGET.UID3 = 0x2002C2FD
    59     TARGET.EPOCALLOWDLLDATA = 1
    58     TARGET.EPOCALLOWDLLDATA = 1
    60     
    59     
    61     TARGET.CAPABILITY = CAP_GENERAL_DLL
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL