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 |
|
|
17 |
|
|
18 |
TEMPLATE = app
|
|
19 |
TARGET =
|
|
20 |
DEFINES += BUILD_VIDEOPLAYERAPP_DLL
|
|
21 |
|
|
22 |
DEPENDPATH += . \
|
|
23 |
inc \
|
|
24 |
src
|
|
25 |
|
|
26 |
INCLUDEPATH += . \
|
|
27 |
stub/inc \
|
|
28 |
../../../inc \
|
|
29 |
../../../../inc \
|
36
|
30 |
$$MW_LAYER_SYSTEMINCLUDE
|
30
|
31 |
|
|
32 |
CONFIG += qtestlib hb qt
|
|
33 |
|
36
|
34 |
LIBS += -lxqservice.dll \
|
|
35 |
-lxqserviceutil.dll
|
30
|
36 |
|
|
37 |
|
|
38 |
# Input
|
|
39 |
HEADERS += stub/inc/videoplayerengine.h \
|
|
40 |
inc/testvideoservices.h \
|
36
|
41 |
../../../../inc/videoservices.h \
|
30
|
42 |
../../inc/videoserviceurifetch.h \
|
|
43 |
../../inc/videoserviceplay.h \
|
36
|
44 |
../../inc/videoserviceview.h \
|
50
|
45 |
../../inc/videoservicebrowse.h \
|
|
46 |
../../inc/videoserviceuri.h
|
30
|
47 |
|
|
48 |
SOURCES += stub/src/videoplayerengine.cpp \
|
|
49 |
#stub/src/xqserviceprovider.cpp \
|
|
50 |
src/testvideoservices.cpp \
|
|
51 |
../../src/videoservices.cpp \
|
|
52 |
../../src/videoserviceurifetch.cpp \
|
36
|
53 |
../../src/videoserviceplay.cpp \
|
|
54 |
../../src/videoserviceview.cpp \
|
50
|
55 |
../../src/videoservicebrowse.cpp \
|
|
56 |
../../src/videoserviceuri.cpp
|
30
|
57 |
|