30
|
1 |
#
|
|
2 |
# Copyright (c) 2009 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 Videoplayer components
|
|
15 |
#
|
|
16 |
#
|
36
|
17 |
# Version : %version: 2 %
|
30
|
18 |
|
|
19 |
TEMPLATE = app
|
|
20 |
TARGET = testvideodisplayhandler
|
|
21 |
CONFIG += qtestlib hb qt
|
|
22 |
DEFINES += BUILD_VIDEOPLAYBACK_DLL
|
|
23 |
|
36
|
24 |
DEPENDPATH += inc src stub/inc stub/src
|
30
|
25 |
|
|
26 |
INCLUDEPATH += ../../../inc \
|
|
27 |
../../../../inc \
|
|
28 |
../../controlinc \
|
|
29 |
$$MW_LAYER_SYSTEMINCLUDE
|
|
30 |
|
|
31 |
LIBS += -lmpxplaybackutility.dll \
|
|
32 |
-lmpxcommon.dll \
|
|
33 |
-lestor.dll \
|
36
|
34 |
-lsysutil.dll \
|
|
35 |
-lcone.dll \
|
|
36 |
-lefsrv.dll \
|
|
37 |
-lws32.dll \
|
|
38 |
-lgdi.dll
|
30
|
39 |
|
|
40 |
# Input
|
36
|
41 |
HEADERS += mpxvideoviewwrapper.h \
|
|
42 |
hbvideobaseplaybackview.h \
|
|
43 |
mpxvideoplaybackviewfiledetails.h \
|
|
44 |
mpxvideocontainer.h \
|
|
45 |
alfcompositionutility.h \
|
|
46 |
mediaclientvideodisplay.h \
|
|
47 |
testvideodisplayhandler.h \
|
30
|
48 |
../../viewinc/mpxvideoplaybackdisplayhandler.h
|
|
49 |
|
36
|
50 |
SOURCES += mpxvideoviewwrapper.cpp \
|
|
51 |
hbvideobaseplaybackview.cpp \
|
|
52 |
mpxvideoplaybackviewfiledetails.cpp \
|
|
53 |
mpxvideocontainer.cpp \
|
|
54 |
alfcompositionutility.cpp \
|
|
55 |
mediaclientvideodisplay.cpp \
|
|
56 |
testvideodisplayhandler.cpp \
|
|
57 |
../../viewsrc/mpxvideoplaybackdisplayhandler.cpp
|