bluetoothengine/btui/btdevsettingframework/btdevsettingframework.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 = btdevsettingframework
       
    19 
       
    20 MOC_DIR = moc
       
    21 DEFINES += BUILD_BTDEVSETTINGFRAMEWORK
       
    22     
       
    23 CONFIG += qt \
       
    24     hb \
       
    25     dll
       
    26 
       
    27 INCLUDEPATH += ../../../btservices_plat/bt_remote_device_setting_api/inc
       
    28 
       
    29 HEADERS += \
       
    30        ../../../btservices_plat/bt_remote_device_setting_api/inc/btabstractdevsetting.h
       
    31 
       
    32 
       
    33 SOURCES += src/btabstractdevsetting.cpp \
       
    34 		   src/btdevsettingpluginloader.cpp
       
    35 
       
    36 defFilePath = .
       
    37 
       
    38 symbian: { 
       
    39     SYMBIAN_PLATFORMS = WINSCW \
       
    40         ARMV5
       
    41         
       
    42         BLD_INF_RULES.prj_exports += \
       
    43           "$${LITERAL_HASH}include<platform_paths.hrh>" \
       
    44           "rom/btdevsettingframework.iby CORE_MW_LAYER_IBY_EXPORT_PATH(btdevsettingframework.iby)"
       
    45 		  
       
    46     TARGET.EPOCALLOWDLLDATA = 1
       
    47     TARGET.UID3 = 0xEEEEEEEE
       
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    49     
       
    50     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    51 }