ui/commandhandlers/commandhandlerbase/commandhandlerbase.pro
branchRCL_3
changeset 59 8e5f6eea9c9f
equal deleted inserted replaced
57:ea65f74e6de4 59:8e5f6eea9c9f
       
     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 TEMPLATE = lib
       
    18 TARGET = glxcommandhandlerbase
       
    19 DEPENDPATH += . inc src
       
    20 
       
    21 CONFIG += hb
       
    22 
       
    23 INCLUDEPATH += . \
       
    24             ../../../commonutilities/common/inc \
       
    25             ../../../inc \
       
    26             ../../uiengine/medialists/inc \
       
    27             ../../inc \
       
    28             ../../../commonui/inc \
       
    29             ../../uiengine/medialistwrapper/inc \
       
    30             ../../uiengine/model/mediamodel/inc \
       
    31             ../../../traces	    
       
    32 
       
    33 DEFINES += BUILD_COMMANDHANDLERBASE
       
    34 
       
    35 LIBS += -lmpxcollectionutility.dll \
       
    36         -lmpxcommon.dll \
       
    37         -lglxcommon.dll \
       
    38         -lglxmedialists.dll\
       
    39         -lglxcommonui.dll \
       
    40         -lglxmediamodel.dll \
       
    41         -lcommonengine.dll
       
    42 
       
    43 symbian: { 
       
    44 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    45 TARGET.UID3 = 0x20000A11
       
    46 TARGET.CAPABILITY = ALL -TCB
       
    47 TARGET.EPOCALLOWDLLDATA = 1
       
    48 MMP_RULES += SMPSAFE 
       
    49 }
       
    50 
       
    51 
       
    52 # Input
       
    53 HEADERS += inc/glxcommandhandler.h
       
    54 HEADERS += inc/glxmpxcommandhandler.h
       
    55 HEADERS += inc/glxmodelcommandhandler.h
       
    56 
       
    57 SOURCES += src/glxcommandhandler.cpp
       
    58 SOURCES += src/glxmpxcommandhandler.cpp
       
    59 SOURCES += src/glxmodelcommandhandler.cpp
       
    60 
       
    61 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
       
    62 
       
    63 defBlock = \      
       
    64 "$${LITERAL_HASH}if defined(EABI)" \
       
    65 "DEFFILE  ../eabi/glxcommandhandlerbase.def" \
       
    66 	 "$${LITERAL_HASH}else" \
       
    67 	 "DEFFILE  ../bwins/glxcommandhandlerbase.def" \
       
    68              "$${LITERAL_HASH}endif"
       
    69 	
       
    70 MMP_RULES += defBlock