44
|
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: 4 %
|
|
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/videoplaybackfullscreencontrol.h \
|
|
38 |
inc/testfullscreencontrol.h \
|
|
39 |
videoplaybackcontrolscontroller.h \
|
|
40 |
videoplaybackviewfiledetails.h \
|
|
41 |
videoplaybackcontrolbar.h \
|
|
42 |
videoplaybackfiledetailswidget.h \
|
|
43 |
videoplaybackdetailsplaybackwindow.h
|
|
44 |
|
|
45 |
|
|
46 |
SOURCES += ../../../controlsrc/videoplaybackfullscreencontrol.cpp \
|
|
47 |
src/testfullscreencontrol.cpp \
|
|
48 |
videoplaybackcontrolscontroller.cpp \
|
|
49 |
videoplaybackviewfiledetails.cpp \
|
|
50 |
videoplaybackcontrolbar.cpp \
|
|
51 |
videoplaybackfiledetailswidget.cpp \
|
|
52 |
videoplaybackdetailsplaybackwindow.cpp
|