securitysettings/eapqtdialogs/eapqtdialogs.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: EAP Dialog build file
       
    15 #
       
    16 #
       
    17 # %version: 13 %
       
    18 #
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = eapdialogplugin
       
    22 CONFIG += hb plugin
       
    23 
       
    24 # directories
       
    25 INCLUDEPATH += .
       
    26 DEPENDPATH += .
       
    27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
       
    28 
       
    29 # Temporary solution to fix tracecompiler
       
    30 # When tracecompiler is fixed, this can be removed
       
    31 symbian: {
       
    32     MMP_RULES += "USERINCLUDE traces"
       
    33 }
       
    34 
       
    35 # directories for generated files
       
    36 MOC_DIR     = _build
       
    37 RCC_DIR     = _build
       
    38 OBJECTS_DIR = _build
       
    39 
       
    40 HEADERS += inc/eapdialogplugin.h \
       
    41            inc/eapquerydialog.h \
       
    42            inc/eappasswordquerydialog.h \
       
    43            inc/eapusernamepwddialog.h  \
       
    44            inc/eapfastprovwaitnotedialog.h \
       
    45            inc/eapmschapv2pwdexpirednotedialog.h \
       
    46            inc/eapmschapv2oldpwddialog.h \
       
    47            inc/eapmschapv2newpwddialog.h \
       
    48            inc/eapfastprovnotsuccessnotedialog.h \
       
    49            inc/eapfastinstallpacquerydialog.h \
       
    50            inc/eapfastpacstorepwquerydialog.h \
       
    51            inc/eapfastpacfilepwquerydialog.h \
       
    52            inc/eapfastcreatemasterkeyquerydialog.h \
       
    53            traces/OstTraceDefinitions.h
       
    54 
       
    55 SOURCES += src/eapdialogplugin.cpp \
       
    56            src/eapquerydialog.cpp \
       
    57            src/eappasswordquerydialog.cpp \
       
    58            src/eapusernamepwddialog.cpp \
       
    59            src/eapfastprovwaitnotedialog.cpp \
       
    60            src/eapmschapv2oldpwddialog.cpp \
       
    61            src/eapmschapv2newpwddialog.cpp \
       
    62            src/eapmschapv2pwdexpirednotedialog.cpp \
       
    63            src/eapfastprovnotsuccessnotedialog.cpp \
       
    64            src/eapfastinstallpacquerydialog.cpp \
       
    65            src/eapfastpacstorepwquerydialog.cpp \
       
    66            src/eapfastpacfilepwquerydialog.cpp \
       
    67            src/eapfastcreatemasterkeyquerydialog.cpp
       
    68 
       
    69 symbian: {
       
    70     TARGET.EPOCALLOWDLLDATA = 1
       
    71     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    72     TARGET.UID3 = 0x2002E6F2
       
    73     BLD_INF_RULES.prj_exports += "rom/eapdialogplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(eapdialogplugin.iby)"
       
    74     BLD_INF_RULES.prj_exports += "rom/eapdialogplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(eapdialogplugin_resources.iby)"
       
    75 
       
    76     pluginstub.sources = eapdialogplugin.dll
       
    77     pluginstub.path = /resource/plugins/devicedialogs
       
    78     DEPLOYMENT += pluginstub
       
    79 }
       
    80 
       
    81 TRANSLATIONS = eapprompts.ts
       
    82 
       
    83 LIBS  += -leapqtconfiginterface -leapqtplugininfo