securitysettings/eapqtdialogs/eapqtdialogs.pro
changeset 26 9abfd4f00d37
child 30 4d3faa401db5
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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: EAP Dialog build file
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = eapdialogplugin
       
    20 CONFIG += hb plugin
       
    21 
       
    22 # directories
       
    23 INCLUDEPATH += .
       
    24 DEPENDPATH += .
       
    25 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
       
    26 
       
    27 # directories for generated files
       
    28 MOC_DIR     = _moc
       
    29 RCC_DIR     = _rcc
       
    30 OBJECTS_DIR = _obj
       
    31 HEADERS += inc/eapdialogplugin.h \
       
    32            inc/eapusernamepwddialog.h  \ 
       
    33            traces/OstTraceDefinitions.h
       
    34 
       
    35 SOURCES += src/eapdialogplugin.cpp \
       
    36            src/eapusernamepwddialog.cpp
       
    37 
       
    38 symbian: {
       
    39     TARGET.EPOCALLOWDLLDATA = 1
       
    40     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    41     TARGET.UID3 = 0x2002E6F2
       
    42     BLD_INF_RULES.prj_exports += "rom/eapdialogplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(eapdialogplugin.iby)"
       
    43     BLD_INF_RULES.prj_exports += "rom/eapdialogplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapdialogplugin_resources.iby)"
       
    44 
       
    45     pluginstub.sources = eapdialogplugin.dll
       
    46     pluginstub.path = /resource/plugins/devicedialogs
       
    47     DEPLOYMENT += pluginstub
       
    48 }
       
    49 TRANSLATIONS = cellularpromptdialog.ts
       
    50 
       
    51 LIBS  += -leapqtconfiginterface -leapqtplugininfo
       
    52 
       
    53 # RESOURCES += res/eapdialog.qrc