mpviewplugins/mpplaybackviewplugin/tsrc/unittest_mpplaybackviewplugin/unittest_mpplaybackviewplugin.pro
changeset 20 82baf59ce8dd
child 29 8192e5b5c935
equal deleted inserted replaced
19:4e84c994a771 20:82baf59ce8dd
       
     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 TARGET = 
       
    20 
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += . \
       
    23     ../../inc \
       
    24     ../../../../inc
       
    25 
       
    26 
       
    27     
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    29 
       
    30 LIBS += -lmpxviewframeworkqt.dll
       
    31 				
       
    32 HEADERS += inc/unittest_mpplaybackviewplugin.h \        
       
    33            ../../inc/mpplaybackviewplugin.h \
       
    34            stub/inc/mpplaybackview.h
       
    35                
       
    36 SOURCES += src/unittest_mpplaybackviewplugin.cpp \
       
    37 		   ../../src/mpplaybackviewplugin.cpp \
       
    38            stub/src/mpplaybackview.cpp