36
|
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 |
#
|
67
|
17 |
# Version : %version: 6 %
|
36
|
18 |
|
|
19 |
|
|
20 |
TEMPLATE = app
|
|
21 |
TARGET = testvideoappuiengine
|
|
22 |
DEFINES += BUILD_VIDEOPLAYERAPP_DLL
|
|
23 |
|
58
|
24 |
symbian:
|
|
25 |
{
|
|
26 |
MMP_RULES += "USERINCLUDE stub/inc"
|
|
27 |
}
|
|
28 |
|
36
|
29 |
INCLUDEPATH += stub/inc \
|
|
30 |
../../../../inc \
|
66
|
31 |
$$MW_LAYER_SYSTEMINCLUDE \
|
|
32 |
$$APP_LAYER_SYSTEMINCLUDE
|
36
|
33 |
|
|
34 |
DEPENDPATH += stub/inc stub/src inc src
|
|
35 |
|
|
36 |
CONFIG += qtestlib hb qt
|
|
37 |
|
|
38 |
LIBS += -lmpxcollectionhelper.dll \
|
|
39 |
-lmpxcommon.dll \
|
|
40 |
-lefsrv.dll \
|
|
41 |
-lcharconv.dll
|
|
42 |
|
|
43 |
# Input
|
44
|
44 |
HEADERS += videoplaybackwrapper.h \
|
36
|
45 |
testvideoappuiengine.h \
|
|
46 |
mpxcollectionutilityimp_stub.h \
|
|
47 |
mpxplaybackutilityimp_stub.h \
|
|
48 |
hbinstance.h \
|
|
49 |
hbview.h \
|
|
50 |
testutilities.h \
|
|
51 |
mpxcollectionplaylist.h \
|
|
52 |
videoplaylistutility.h \
|
|
53 |
../../inc/mpxvideoplayerappuiengine.h
|
|
54 |
|
44
|
55 |
SOURCES += videoplaybackwrapper.cpp \
|
36
|
56 |
coneutils_stub.cpp \
|
|
57 |
mpxcollectionutility_stub.cpp \
|
|
58 |
mpxcollectionutilityimp_stub.cpp \
|
|
59 |
testvideoappuiengine.cpp \
|
|
60 |
mpxplaybackutilityimp_stub.cpp \
|
|
61 |
hbinstance.cpp \
|
|
62 |
testutilities.cpp \
|
|
63 |
mediarecognizer_stub.cpp \
|
|
64 |
mpxcollectionplaylist.cpp \
|
|
65 |
videoplaylistutility.cpp \
|
|
66 |
../../src/mpxvideoplayerappuiengine.cpp
|
67
|
67 |
|
|
68 |
|
|
69 |
symbian:MMP_RULES += SMPSAFE
|