ui/detailscustomwidget/detailsdescriptionedit/detailsdescriptionedit.pro
changeset 52 a3a4c0de738e
parent 50 a0f57508af73
child 54 0f0f3f26f787
equal deleted inserted replaced
50:a0f57508af73 52:a3a4c0de738e
     1 #/* 
       
     2 #* Copyright (c) 2009 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 
       
    19 TEMPLATE = lib
       
    20 TARGET = detailsdescriptionedit
       
    21 CONFIG += hb
       
    22 DEFINES += BUILD_DESCEDIT
       
    23 
       
    24 win32{
       
    25 CONFIG(release, debug|release){
       
    26   TARGET = detailsdescriptionedit
       
    27   DESTDIR = ../release # for easy plugin loading
       
    28 }else{
       
    29   TARGET = detailsdescriptioneditd
       
    30   DESTDIR = ../debug # for easy plugin loading
       
    31   }
       
    32 }
       
    33 
       
    34 DEPENDPATH += ./inc \
       
    35               ./src
       
    36 
       
    37 INCLUDEPATH += ./inc
       
    38 
       
    39 SOURCES += \
       
    40 		glxdetailsdescriptionedit.cpp
       
    41 
       
    42 HEADERS += \
       
    43         glxdetailsdescriptionedit.h 
       
    44             
       
    45 symbian {
       
    46     TARGET.UID3 = 0x200071B9
       
    47     TARGET.EPOCALLOWDLLDATA = 1
       
    48     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    49     MMP_RULES += SMPSAFE 
       
    50     LIBS += -lbafl
       
    51 }
       
    52 
       
    53 defBlock = \      
       
    54 "$${LITERAL_HASH}if defined(EABI)" \
       
    55 "DEFFILE  ../eabi/detailsdescriptionedit.def" \
       
    56 	 "$${LITERAL_HASH}else" \
       
    57 	 "DEFFILE  ../bwins/detailsdescriptionedit.def" \
       
    58              "$${LITERAL_HASH}endif"
       
    59 	
       
    60 MMP_RULES += defBlock
       
    61 # End of file	--Don't remove this