mpviewplugins/mpcollectionviewplugin/tsrc/unittest_mpmpxisolatedcollectionhelper/unittest_mpmpxisolatedcollectionhelper.pro
changeset 22 ecf06a08d4d9
parent 20 82baf59ce8dd
child 23 d45f4c087764
child 25 3ec52facab4d
child 34 2c5162224003
equal deleted inserted replaced
20:82baf59ce8dd 22:ecf06a08d4d9
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description: Unit test for CMpMpxIsolatedCollectionHelper
       
    11 TEMPLATE = app
       
    12 CONFIG += qtestlib \
       
    13     hb
       
    14 TARGET = 
       
    15 
       
    16 TARGET.CAPABILITY = All -TCB
       
    17 
       
    18 DEPENDPATH += .
       
    19 INCLUDEPATH += . \
       
    20     ../../inc \
       
    21     ../../../../inc
       
    22 
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 
       
    25 LIBS += -lestor.dll \
       
    26     -lfbscli.dll \
       
    27     -lmpxcommon.dll \
       
    28     -lmpxcollectionutility.dll
       
    29 
       
    30 HEADERS += inc/unittest_mpmpxisolatedcollectionhelper.h \
       
    31     ../../inc/mpmpxisolatedcollectionhelper.h \
       
    32     stub/inc/mpxcollectionopenutility.h
       
    33 
       
    34 SOURCES += src/unittest_mpmpxisolatedcollectionhelper.cpp \
       
    35         stub/src/mpxcollectionopenutility.cpp