bluetoothengine/btui/btuidelegate/btuidelegate.pro
changeset 29 48ae3789ce00
child 31 a0ea99b6fa53
equal deleted inserted replaced
28:7e2761e776bd 29:48ae3789ce00
       
     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 CONFIG += qt \
       
    25     hb \
       
    26     dll
       
    27 HEADERS += btdelegateconsts.h \
       
    28     btdelegatepower.h \
       
    29     btdelegatefactory.h \
       
    30     btabstractdelegate.h \
       
    31     btdelegatevisibility.h \
       
    32     btdelegatedevname.h
       
    33     
       
    34 SOURCES += btdelegatepower.cpp \
       
    35     btdelegatefactory.cpp \
       
    36     btabstractdelegate.cpp \
       
    37     btdelegatevisibility.cpp \
       
    38     btdelegatedevname.cpp
       
    39     
       
    40 symbian: { 
       
    41     SYMBIAN_PLATFORMS = WINSCW \
       
    42         ARMV5
       
    43     BLD_INF_RULES.prj_exports += "btdelegatefactory.h |../inc/btdelegatefactory.h"
       
    44     BLD_INF_RULES.prj_exports += "btabstractdelegate.h |../inc/btabstractdelegate.h"
       
    45     BLD_INF_RULES.prj_exports += "btdelegateconsts.h |../inc/btdelegateconsts.h"
       
    46     TARGET.EPOCALLOWDLLDATA = 1
       
    47     TARGET.UID3 = 0xEE02434F
       
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    49     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    50     LIBS += -lbtengsettings \
       
    51         -lbtserviceutil \
       
    52         -lbtdevice \
       
    53         -lbtmanclient \
       
    54         -lesock \
       
    55         -lbluetooth \
       
    56         -lbtengdevman \
       
    57         -lbtengconnman \
       
    58         -lcentralrepository \
       
    59         -lflogger
       
    60     //MMP_RULES -= EXPORTUNFROZEN
       
    61 }