bluetoothengine/btui/btuimodel/btuimodel.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 = btuimodel
       
    19 
       
    20 MOC_DIR = moc
       
    21 DEFINES += BUILD_BTUIMODEL
       
    22 
       
    23 INCLUDEPATH += . \
       
    24     ../inc
       
    25     
       
    26 CONFIG += qt \
       
    27     hb \
       
    28     dll
       
    29 HEADERS += btdevicemodel_p.h \
       
    30     btsettingmodel_p.h \
       
    31     ../inc/btsettingmodel.h \
       
    32     ../inc/btdevicemodel.h \
       
    33     ../inc/btuimodelsortfilter.h \
       
    34     ../inc/btuiutil.h
       
    35     
       
    36 SOURCES += btdevicemodel_p.cpp \
       
    37     btsettingmodel_p.cpp \
       
    38     btsettingmodel.cpp \
       
    39     btdevicemodel.cpp \
       
    40     btuimodelsortfilter.cpp
       
    41     
       
    42 defFilePath = .
       
    43     
       
    44 symbian: { 
       
    45     SYMBIAN_PLATFORMS = WINSCW \
       
    46         ARMV5
       
    47 	
       
    48     TARGET.EPOCALLOWDLLDATA = 1
       
    49     TARGET.UID3 = 0x2002434F
       
    50     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    51     
       
    52     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    53     
       
    54     LIBS += -lbtengsettings \
       
    55     	-lbtserviceutil \
       
    56         -lbtdevice \
       
    57         -lbtmanclient \
       
    58         -lesock \
       
    59         -lbluetooth \
       
    60         -lbtengdevman \
       
    61         -lbtengconnman \
       
    62         -lcentralrepository \
       
    63         -lflogger
       
    64     //MMP_RULES -= EXPORTUNFROZEN
       
    65 }