devicemgmtdialogsplugin/devicemgmtdialogsplugin.pro
changeset 30 d3981f4fe6a4
child 41 c742e1129640
equal deleted inserted replaced
27:516a867811c3 30:d3981f4fe6a4
       
     1 #
       
     2 # Copyright (c) 2002 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 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 #     Pro file of devicemanagementnotifiersplugin
       
    17 #
       
    18 #
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = devicemanagementnotifiersplugin
       
    22 CONFIG += hb \
       
    23           plugin        
       
    24 INCLUDEPATH += .
       
    25 DEPENDPATH += .
       
    26 
       
    27 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
       
    28 
       
    29 SOURCES += src/devicemanagementnotifierplugin.cpp
       
    30 SOURCES += src/devicemanagementnotifierwidget.cpp
       
    31 SOURCES += src/devicemanagementnotifierutils.cpp
       
    32 SOURCES += src/syncmlnotifierprivate.cpp
       
    33 SOURCES += src/omacppinquerydialog.cpp
       
    34 SOURCES += src/syncmlconnectnotifier.cpp
       
    35 
       
    36 HEADERS += inc/devicemanagementnotifierplugin_p.h
       
    37 HEADERS += inc/devicemanagementnotifierwidget_p.h
       
    38 HEADERS += inc/devicemanagementnotifierutils.h 
       
    39 HEADERS += inc/syncmlnotifierprivate.h
       
    40 HEADERS += inc/omacppinquerydialog.h
       
    41 RESOURCES = devicemanagementnotifierdevman.qrc
       
    42 #TRANSLATIONS += deviceupdates_en.ts
       
    43 
       
    44 symbian: {
       
    45     TARGET.EPOCALLOWDLLDATA = 1
       
    46     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    47     TARGET.UID3 = 0x2002DD20
       
    48 
       
    49     hblib.sources = Hb.dll
       
    50     hblib.path = \sys\bin
       
    51     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
       
    52 
       
    53     pluginstub.sources = devicemanagementnotifiersplugin.dll
       
    54     pluginstub.path = /resource/plugins/devicedialogs
       
    55     DEPLOYMENT += pluginstub
       
    56     MMP_RULES += "LIBRARY syncmlclientapi.lib centralrepository.lib flogger.lib"
       
    57 }
       
    58 !local {
       
    59     target.path = $${HB_PLUGINS_DIR}/devicedialogs
       
    60     INSTALLS += target
       
    61 }
       
    62 
       
    63 MOC_DIR = moc