videoplayback/videoplaybackview/tsrc/testcontrolconfiguration/testcontrolconfiguration.pro
changeset 44 518105d52e45
child 67 72c709219fcd
equal deleted inserted replaced
42:17f382c040b1 44:518105d52e45
       
     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: 3 %
       
    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 
       
    34 DEPENDPATH += stub/inc stub/src inc src  
       
    35         
       
    36 # Input
       
    37 HEADERS += ../../../controlinc/videoplaybackcontrolconfiguration.h \
       
    38            videoplaybackdocumentloader.h \           
       
    39            testcontrolconfiguration.h \            
       
    40            videoplaybackcontrolscontroller.h \           
       
    41            videoplaybackviewfiledetails.h	 
       
    42                
       
    43 SOURCES += ../../../controlsrc/videoplaybackcontrolconfiguration.cpp \
       
    44            videoplaybackdocumentloader.cpp	\           
       
    45            testcontrolconfiguration.cpp \				 
       
    46            videoplaybackviewfiledetails.cpp \
       
    47            videoplaybackcontrolscontroller.cpp