tsrc/unittest/unittest_mediamodel/unittest_mediamodel.pro
changeset 70 a91aa46552be
child 71 27f2d7aec52a
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
       
     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 = app
       
    18 TARGET = 
       
    19 DEPENDPATH += . 
       
    20               
       
    21 INCLUDEPATH += . 
       
    22 INCLUDEPATH += ../../../ui/uiengine/model/mediamodel/inc
       
    23 INCLUDEPATH += ../../../ui/uiengine/medialistwrapper/inc
       
    24 INCLUDEPATH += ../../../ui/inc
       
    25 INCLUDEPATH += ../../../inc
       
    26 
       
    27 INCLUDEPATH += /epoc32/include/mw/QtTest
       
    28 
       
    29 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    30 
       
    31                
       
    32 CONFIG += qtestlib \
       
    33           Hb
       
    34 
       
    35 symbian: { 
       
    36     TARGET.CAPABILITY = ALL -TCB
       
    37     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
       
    38     TARGET.UID3 = 0x200009EE
       
    39     MMP_RULES += SMPSAFE 
       
    40 }
       
    41 
       
    42 LIBS += -lflogger.dll 
       
    43 LIBS += -lglxmediamodel.dll
       
    44 LIBS += -lglxmedialistwrapper.dll
       
    45 
       
    46 # Input
       
    47 HEADERS += unittest_mediamodel.h
       
    48           
       
    49 
       
    50 SOURCES += unittest_mediamodel.cpp