videoplayback/videoplaybackviewplugin/tsrc/testvideoplaybackviewplugin/testvideoplaybackviewplugin.pro
changeset 44 518105d52e45
child 58 d2b028fd1f7d
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
       
     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: 5 %
       
    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/videoplaybackview.h \
       
    37            ../../inc/videoplaybackviewplugin.h \
       
    38            ../../../../inc/mpxhbvideocommondefs.h 
       
    39                
       
    40 SOURCES += stub/src/videoplaybackview.cpp \
       
    41            src/testvideoplaybackviewplugin.cpp \					 
       
    42            ../../src/videoplaybackviewplugin.cpp