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 testcontrolscontroller
|
|
15 |
#
|
|
16 |
#
|
|
17 |
# Version : %version: 8 %
|
|
18 |
|
|
19 |
|
|
20 |
TEMPLATE = app
|
|
21 |
TARGET = testcontrolscontroller
|
|
22 |
CONFIG += qtestlib hb qt
|
|
23 |
|
|
24 |
LIBS += -lxqserviceutil.dll \
|
|
25 |
-lefsrv.dll
|
|
26 |
|
|
27 |
INCLUDEPATH += stub/inc \
|
|
28 |
../inc \
|
|
29 |
../../inc \
|
|
30 |
../../../inc \
|
|
31 |
../../../../inc
|
|
32 |
|
|
33 |
DEPENDPATH += stub/inc stub/src inc src
|
|
34 |
|
|
35 |
# Input
|
|
36 |
HEADERS += videobaseplaybackview.h \
|
|
37 |
videoplaybackcontrolbar.h \
|
|
38 |
videoplaybackcontrolpolicy.h \
|
|
39 |
videoplaybackcontrolconfiguration.h \
|
|
40 |
videoplaybackdetailsplaybackwindow.h \
|
|
41 |
videoplaybackdocumentloader.h \
|
|
42 |
videoplaybackfiledetailswidget.h \
|
|
43 |
videoplaybackfullscreencontrol.h \
|
|
44 |
videoplaybackstatuspanecontrol.h \
|
|
45 |
videoplaybackviewfiledetails.h \
|
|
46 |
mpxvideoviewwrapper.h \
|
|
47 |
thumbnailmanager_qt.h \
|
|
48 |
testcontrolscontroller.h \
|
|
49 |
hbvolumesliderpopup.h \
|
|
50 |
xqserviceutilxtra.h \
|
|
51 |
xqserviceutil.h \
|
|
52 |
videoservices.h \
|
|
53 |
videoserviceurifetch.h \
|
|
54 |
shareui.h \
|
|
55 |
../../inc/videoplaybackcontrolscontroller.h
|
|
56 |
|
|
57 |
|
|
58 |
SOURCES += videobaseplaybackview.cpp \
|
|
59 |
videoplaybackcontrolbar.cpp \
|
|
60 |
videoplaybackcontrolpolicy.cpp \
|
|
61 |
videoplaybackcontrolconfiguration.cpp \
|
|
62 |
videoplaybackdetailsplaybackwindow.cpp \
|
|
63 |
videoplaybackdocumentloader.cpp \
|
|
64 |
videoplaybackfiledetailswidget.cpp \
|
|
65 |
videoplaybackfullscreencontrol.cpp \
|
|
66 |
videoplaybackstatuspanecontrol.cpp \
|
|
67 |
videoplaybackviewfiledetails.cpp \
|
|
68 |
mpxvideoviewwrapper.cpp \
|
|
69 |
thumbnailmanager_qt.cpp \
|
|
70 |
testcontrolscontroller.cpp \
|
|
71 |
hbvolumesliderpopup.cpp \
|
|
72 |
xqserviceutilxtra.cpp \
|
|
73 |
xqserviceutil.cpp \
|
|
74 |
videoservices.cpp \
|
|
75 |
videoserviceurifetch.cpp \
|
|
76 |
shareui.cpp \
|
|
77 |
../../controlsrc/videoplaybackcontrolscontroller.cpp
|
|
78 |
|
|
79 |
|