videoplayback/hbvideoplaybackviewplugin/tsrc/testvideoplaybackviewplugin/testvideoplaybackviewplugin.pro
changeset 15 cf5481c2bc0b
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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: Project file for building Videoplayer components
       
    15 #
       
    16 #
       
    17 # Version : %version: 4 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = 
       
    22 CONFIG += qtestlib hb
       
    23 
       
    24 DEPENDPATH += . \
       
    25     inc \
       
    26     src
       
    27 
       
    28 INCLUDEPATH += 
       
    29 
       
    30 LIBS += -lestor.dll \
       
    31         -lmpxviewframeworkqt.dll \
       
    32         -lxqplugins.dll
       
    33 
       
    34 # Input
       
    35 HEADERS += inc/testvideoplaybackviewplugin.h \           
       
    36            stub/inc/hbvideoplaybackview.h \
       
    37            ../../inc/mpxhbvideoplaybackviewplugin.h \
       
    38            ../../../../inc/mpxhbvideocommondefs.h 
       
    39                
       
    40 SOURCES += stub/src/hbvideoplaybackview.cpp \
       
    41 					 src/testvideoplaybackviewplugin.cpp \					 
       
    42 					 ../../src/mpxhbvideoplaybackviewplugin.cpp