videoplayback/hbvideoplaybackview/tsrc/teststatuspanecontrol/teststatuspanecontrol.pro
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
     1 #
       
     2 # Copyright (c) 2010 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 teststatuspanecontrol
       
    15 #
       
    16 #
       
    17 # Version : %version: 3 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = teststatuspanecontrol
       
    22 CONFIG += qtestlib hb qt
       
    23 
       
    24 DEPENDPATH += . \
       
    25     inc \
       
    26     src
       
    27 
       
    28 INCLUDEPATH += stub/inc \
       
    29                ../inc \
       
    30                ../../inc \   
       
    31                ../../../inc \            
       
    32                ../../../../inc \                                          
       
    33 
       
    34 DEPENDPATH += stub/inc stub/src inc src 
       
    35         
       
    36 # Input
       
    37 HEADERS += ../../../controlinc/mpxvideoplaybackstatuspanecontrol.h \       
       
    38            inc/teststatuspanecontrol.h \            
       
    39            mpxvideoplaybackcontrolscontroller.h \
       
    40            mpxvideoplaybackviewfiledetails.h \
       
    41            hbvideobaseplaybackview.h \
       
    42            mpxvideoplaybackdocumentloader.h \
       
    43            mpxvideoplaybackfullscreencontrol.h \
       
    44            hblabel.h \
       
    45            hbgroupbox.h
       
    46 
       
    47 SOURCES += ../../../controlsrc/mpxvideoplaybackstatuspanecontrol.cpp \
       
    48            src/teststatuspanecontrol.cpp \				 
       
    49            mpxvideoplaybackcontrolscontroller.cpp \
       
    50            mpxvideoplaybackviewfiledetails.cpp \
       
    51            hbvideobaseplaybackview.cpp \
       
    52            mpxvideoplaybackdocumentloader.cpp \
       
    53            mpxvideoplaybackfullscreencontrol.cpp \
       
    54            hblabel.cpp \
       
    55            hbgroupbox.cpp
       
    56