connectionutilities/confirmqueries/confirmqueries.pro
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     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: Prompt Dialog build file
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = cellularpromptdialogplugin
       
    20 CONFIG += hb plugin
       
    21 
       
    22 # directories
       
    23 INCLUDEPATH += .
       
    24 DEPENDPATH += .
       
    25 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
       
    26 
       
    27 
       
    28 HEADERS += inc/cellularpromptdialog.h  \
       
    29            inc/cellularpromptdialogplugin.h \
       
    30            traces/OstTraceDefinitions.h
       
    31 
       
    32 SOURCES += src/cellularpromptdialog.cpp \
       
    33            src/cellularpromptdialogplugin.cpp
       
    34 
       
    35 symbian: {
       
    36     TARGET.EPOCALLOWDLLDATA = 1
       
    37     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38     TARGET.UID3 = 0x2002C2F7
       
    39     BLD_INF_RULES.prj_exports += "rom/promptdialogplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(promptdialogplugin.iby)"
       
    40     BLD_INF_RULES.prj_exports += "rom/promptdialogplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(promptdialogplugin_resources.iby)"
       
    41 
       
    42     pluginstub.sources = cellularpromptdialogplugin.dll
       
    43     pluginstub.path = /resource/plugins/devicedialogs
       
    44     DEPLOYMENT += pluginstub
       
    45 }
       
    46 TRANSLATIONS = cellularpromptdialog.ts
       
    47 
       
    48 RESOURCES += res/promptdialog.qrc
       
    49 
       
    50 DOCML += \
       
    51     res/prompt_home.docml \
       
    52     res/prompt_abroad.docml