bluetoothengine/btnotif/btdevicedialogplugin/btdevicedialogplugin.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:01:44 +0300
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
child 40 997690c3397a
child 42 b72428996822
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description:  Global confirmation query notification plugin
#

TEMPLATE = lib
TARGET = btdevicedialogplugin
CONFIG += hb plugin
INCLUDEPATH += . ../inc
DEPENDPATH += .
DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs

MOC_DIR = moc
OBJECTS_DIR = obj

# dependencies
HEADERS += inc/btdevicedialoginputwidget.h \
    inc/btdevicedialogquerywidget.h \
    inc/btdevicedialognotifwidget.h \
    inc/btdevicedialogpluginerrors.h \
    inc/btdevicedialogplugin.h \
    inc/btdevicesearchdialogwidget.h \
    inc/btmoredevicesdialogwidget.h \
    inc/btsenddialogwidget.h \
    inc/btdevicedialogplugintrace.h 

    
SOURCES += src/btdevicedialogplugin.cpp \
    src/btdevicedialoginputwidget.cpp \
    src/btdevicedialogquerywidget.cpp \
    src/btdevicedialognotifwidget.cpp \
    src/btdevicesearchdialogwidget.cpp \
    src/btmoredevicesdialogwidget.cpp \
    src/btsenddialogwidget.cpp

RESOURCES += btdevicedialogplugin.qrc
    
symbian: { 
    SYMBIAN_PLATFORMS = WINSCW ARMV5
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.CAPABILITY = CAP_GENERAL_DLL
    TARGET.UID3 = 0x2002E6DF
    hblib.sources = Hb.dll
    hblib.path = \sys\bin
    hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
    pluginstub.sources = btdevicedialogplugin.dll
    pluginstub.path = /resource/plugins/devicedialogs
    DEPLOYMENT += pluginstub
}
!local { 
    target.path = $${HB_PLUGINS_DIR}/devicedialogs
    INSTALLS += target
}

BLD_INF_RULES.prj_exports += \
  "$${LITERAL_HASH}include <platform_paths.hrh>" \
  	"rom/btdevicedialogplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(btdevicedialogplugin.iby)" \
    "qmakepluginstubs/btdevicedialogplugin.qtplugin /epoc32/data/z/pluginstub/btdevicedialogplugin.qtplugin"