bluetoothengine/btui/btuidelegate/btuidelegate.pro
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = btuidelegate
       
    19 MOC_DIR = moc
       
    20 DEFINES += BUILD_BTUIDELEGATE
       
    21 INCLUDEPATH += . \
       
    22     ../inc
       
    23 
       
    24 RESOURCES += btuidelegate.qrc
       
    25 
       
    26 CONFIG += qt \
       
    27     hb \
       
    28     dll
       
    29 HEADERS += btdelegateconsts.h \
       
    30     btdelegatepower.h \
       
    31     btdelegatefactory.h \
       
    32     btabstractdelegate.h \
       
    33     btdelegatevisibility.h \
       
    34     btdelegatedevname.h \
       
    35     btdelegateinquiry.h \
       
    36     btdelegateconnect.h \
       
    37     btdelegatepair.h \
       
    38     btdelegatedisconnect.h \
       
    39     btdelegatedevsecurity.h \
       
    40     btdelegateremotedevname.h
       
    41     
       
    42 SOURCES += btdelegatepower.cpp \
       
    43     btdelegatefactory.cpp \
       
    44     btabstractdelegate.cpp \
       
    45     btdelegatevisibility.cpp \
       
    46     btdelegatedevname.cpp \
       
    47     btdelegateinquiry.cpp \
       
    48     btdelegateconnect.cpp \
       
    49     btdelegatepair.cpp \
       
    50     btdelegatedisconnect.cpp \
       
    51     btdelegatedevsecurity.cpp \
       
    52     btdelegateremotedevname.cpp
       
    53 
       
    54 defFilePath = .
       
    55     
       
    56 symbian: { 
       
    57     SYMBIAN_PLATFORMS = WINSCW \
       
    58         ARMV5
       
    59     BLD_INF_RULES.prj_exports += "btdelegatefactory.h |../inc/btdelegatefactory.h"
       
    60     BLD_INF_RULES.prj_exports += "btabstractdelegate.h |../inc/btabstractdelegate.h"
       
    61     BLD_INF_RULES.prj_exports += "btdelegateconsts.h |../inc/btdelegateconsts.h"
       
    62     TARGET.EPOCALLOWDLLDATA = 1
       
    63     TARGET.UID3 = 0xEE02434F
       
    64     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    65     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    66     LIBS += -lbtengsettings \
       
    67         -lbtserviceutil \
       
    68         -lbtdevice \
       
    69         -lbtmanclient \
       
    70         -lesock \
       
    71         -lbluetooth \
       
    72         -lbtengdevman \
       
    73         -lbtengconnman \
       
    74         -lcentralrepository \
       
    75         -lflogger \
       
    76         -lbtuimodel
       
    77     //MMP_RULES -= EXPORTUNFROZEN
       
    78 }