ui/uiengine/model/mediamodel/mediamodel.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 = glxmediamodel
       
    19 DEPENDPATH += . inc src
       
    20 INCLUDEPATH += . ../../../inc \
       
    21 		 ../../../../inc \
       
    22              ../../../../loggers\loggerqt\inc \
       
    23 		 ../../medialistwrapper/inc \
       
    24 		 ../../drmutilitywrapper/inc
       
    25 
       
    26 CONFIG += hb
       
    27 
       
    28 LIBS += -lglxmedialistwrapper.dll \
       
    29 	-lglxdrmutilitywrapper.dll \
       
    30         -lglxloggerqt.dll \
       
    31 	-lglximageviewermanager.dll		
       
    32 
       
    33 
       
    34 DEFINES += BUILD_MEDIAMODEL
       
    35 
       
    36 symbian: { 
       
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    38 TARGET.UID3 = 0x20000A08
       
    39 TARGET.CAPABILITY = ALL -TCB 
       
    40 TARGET.EPOCALLOWDLLDATA = 1
       
    41 MMP_RULES += SMPSAFE
       
    42 }
       
    43 # Input
       
    44 HEADERS += inc/glxmediamodel.h 
       
    45 
       
    46 
       
    47 SOURCES += src/glxmediamodel.cpp 
       
    48 
       
    49 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
       
    50 
       
    51 defBlock = \      
       
    52 "$${LITERAL_HASH}if defined(EABI)" \
       
    53 "DEFFILE  ../eabi/glxmediamodel.def" \
       
    54 	 "$${LITERAL_HASH}else" \
       
    55 	 "DEFFILE  ../bwins/glxmediamodel.def" \
       
    56              "$${LITERAL_HASH}endif"
       
    57 	
       
    58 MMP_RULES += defBlock
       
    59