mpviewplugins/mpmediawallviewplugin/tsrc/unittest_mpmediawalldocumentloader/unittest_mpmediawalldocumentloader.pro
changeset 29 8192e5b5c935
child 43 0f32e550d9d8
equal deleted inserted replaced
25:3ec52facab4d 29:8192e5b5c935
       
     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 CONFIG += qtestlib hb
       
    19 CONFIG += symbian_test
       
    20 TARGET = unittest_mpmediawalldocumentloader
       
    21 TARGET.CAPABILITY = CAP_APPLICATION
       
    22 
       
    23 DEPENDPATH += .
       
    24 INCLUDEPATH += . \
       
    25     ../../../../inc
       
    26 
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    28 
       
    29 HEADERS += stub/inc/hgmediawall.h \
       
    30            inc/unittest_mpmediawalldocumentloader.h \
       
    31            ../../inc/mpmediawalldocumentloader.h
       
    32 
       
    33 SOURCES += stub/src/hgmediawall.cpp \
       
    34            src/unittest_mpmediawalldocumentloader.cpp \
       
    35            ../../src/mpmediawalldocumentloader.cpp
       
    36