34
|
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 |
#
|
36
|
17 |
# Version : %version: 2 %
|
34
|
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 \
|
36
|
32 |
../../../../inc \
|
34
|
33 |
|
|
34 |
DEPENDPATH += stub/inc stub/src inc src
|
|
35 |
|
|
36 |
# Input
|
|
37 |
HEADERS += ../../../controlinc/mpxvideoplaybackcontrolconfiguration.h \
|
|
38 |
mpxvideoplaybackdocumentloader.h \
|
|
39 |
testcontrolconfiguration.h \
|
|
40 |
mpxvideoplaybackcontrolscontroller.h \
|
|
41 |
mpxvideoplaybackviewfiledetails.h
|
|
42 |
|
|
43 |
SOURCES += ../../../controlsrc/mpxvideoplaybackcontrolconfiguration.cpp \
|
|
44 |
mpxvideoplaybackdocumentloader.cpp \
|
|
45 |
testcontrolconfiguration.cpp \
|
|
46 |
mpxvideoplaybackviewfiledetails.cpp \
|
|
47 |
mpxvideoplaybackcontrolscontroller.cpp
|