videoplayback/hbvideoplaybackview/tsrc/testcontrolconfiguration/testcontrolconfiguration.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 testcontrolconfiguration
       
    15 #
       
    16 #
       
    17 # Version : %version: 1 %
       
    18 
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = testcontrolconfiguration
       
    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                $$MW_LAYER_SYSTEMINCLUDE                                            
       
    34 
       
    35 DEPENDPATH += stub/inc stub/src inc src  
       
    36         
       
    37 # Input
       
    38 HEADERS += ../../../controlinc/mpxvideoplaybackcontrolconfiguration.h \
       
    39            mpxvideoplaybackdocumentloader.h \           
       
    40            testcontrolconfiguration.h \            
       
    41            mpxvideoplaybackcontrolscontroller.h \           
       
    42            mpxvideoplaybackviewfiledetails.h	 
       
    43                
       
    44 SOURCES += ../../../controlsrc/mpxvideoplaybackcontrolconfiguration.cpp \
       
    45            mpxvideoplaybackdocumentloader.cpp	\           
       
    46            testcontrolconfiguration.cpp \				 
       
    47            mpxvideoplaybackviewfiledetails.cpp \
       
    48            mpxvideoplaybackcontrolscontroller.cpp