videoplayback/hbvideoplaybackview/tsrc/testfullscreencontrol/testfullscreencontrol.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 testfullscreencontrol
       
    15 #
       
    16 #
       
    17 # Version : %version: 3 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testfullscreencontrol
       
    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/mpxvideoplaybackfullscreencontrol.h \      
       
    38            inc/testfullscreencontrol.h \            
       
    39            mpxvideoplaybackcontrolscontroller.h \
       
    40            mpxvideoplaybackviewfiledetails.h \
       
    41            mpxvideoplaybackcontrolbar.h \
       
    42            mpxvideoplaybackfiledetailswidget.h \
       
    43            mpxvideoplaybackdetailsplaybackwindow.h     
       
    44 					 
       
    45                
       
    46 SOURCES += ../../../controlsrc/mpxvideoplaybackfullscreencontrol.cpp \
       
    47            src/testfullscreencontrol.cpp \
       
    48            mpxvideoplaybackcontrolscontroller.cpp \
       
    49            mpxvideoplaybackviewfiledetails.cpp \
       
    50            mpxvideoplaybackcontrolbar.cpp \
       
    51            mpxvideoplaybackfiledetailswidget.cpp \
       
    52            mpxvideoplaybackdetailsplaybackwindow.cpp