btobexprofiles/obexreceiveservices/btconversationviewlauncher/btconversationviewlauncher.pro
changeset 67 16e4b9007960
equal deleted inserted replaced
65:001a94c71129 67:16e4b9007960
       
     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 
       
    18 TEMPLATE = lib
       
    19 TARGET = btconversationviewlauncher 	
       
    20 
       
    21 TARGET.UID3 = 0xA89FB97A
       
    22 
       
    23 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24 
       
    25 INCLUDEPATH += ./inc
       
    26 
       
    27 CONFIG += hb
       
    28 
       
    29 # Input
       
    30 SOURCES += ./src/btconversationviewlauncher.cpp
       
    31 
       
    32 HEADERS += ./inc/btconversationviewlauncher.h
       
    33 
       
    34 LIBS += -lhbcore \
       
    35 		-lxqservice \
       
    36 		-lxqserviceutil
       
    37 
       
    38 symbian*: { 
       
    39 	TARGET.EPOCALLOWDLLDATA = 1
       
    40 	MMP_RULES -= "OPTION_REPLACE ARMCC --export_all_vtbl -D__QT_NOEFFECTMACRO_DONOTUSE"
       
    41 	}
       
    42 
       
    43 BLD_INF_RULES.prj_exports += "./rom/btconversationviewlauncher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(btconversationviewlauncher.iby)"