videoplayback/hbvideoplaybackview/tsrc/testfullscreencontrol/testfullscreencontrol.pro
changeset 15 cf5481c2bc0b
child 17 69946d1824c4
equal deleted inserted replaced
2:dec420019252 15:cf5481c2bc0b
       
     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: 2 %
       
    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                /epoc32/include/platform/mw \                                        
       
    34 
       
    35 DEPENDPATH += stub/inc stub/src inc src 
       
    36         
       
    37 # Input
       
    38 HEADERS += ../../../controlinc/mpxvideoplaybackfullscreencontrol.h \      
       
    39            inc/testfullscreencontrol.h \            
       
    40            mpxvideoplaybackcontrolscontroller.h \
       
    41            mpxvideoplaybackviewfiledetails.h \
       
    42            mpxvideoplaybackcontrolbar.h \
       
    43            mpxvideoplaybackfiledetailswidget.h \
       
    44            mpxvideoplaybackdetailsplaybackwindow.h     
       
    45 					 
       
    46                
       
    47 SOURCES += ../../../controlsrc/mpxvideoplaybackfullscreencontrol.cpp \
       
    48            src/testfullscreencontrol.cpp \
       
    49            mpxvideoplaybackcontrolscontroller.cpp \
       
    50            mpxvideoplaybackviewfiledetails.cpp \
       
    51            mpxvideoplaybackcontrolbar.cpp \
       
    52            mpxvideoplaybackfiledetailswidget.cpp \
       
    53            mpxvideoplaybackdetailsplaybackwindow.cpp                    
       
    54            				 
       
    55