44
|
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 testuserinputhandler
|
|
15 |
#
|
|
16 |
#
|
|
17 |
# Version : %version: 3 %
|
|
18 |
|
|
19 |
TEMPLATE = app
|
|
20 |
TARGET = testuserinputhandler
|
|
21 |
CONFIG += qtestlib hb qt
|
|
22 |
DEFINES += BUILD_VIDEOPLAYBACK_DLL
|
|
23 |
|
|
24 |
DEPENDPATH += . \
|
|
25 |
inc \
|
|
26 |
src
|
|
27 |
|
|
28 |
INCLUDEPATH += ../../../inc \
|
|
29 |
../../../../inc \
|
|
30 |
../../controlinc \
|
|
31 |
|
|
32 |
|
|
33 |
LIBS += -lremconcoreapi.dll \
|
|
34 |
-lremconInterfacebase.dll
|
|
35 |
|
|
36 |
|
|
37 |
# Input
|
|
38 |
HEADERS += stub/inc/mpxvideoviewwrapper.h \
|
|
39 |
stub/inc/videobaseplaybackview.h \
|
|
40 |
stub/inc/videoplaybackviewfiledetails.h \
|
|
41 |
stub/inc/hal.h \
|
|
42 |
stub/inc/centralrepository.h \
|
|
43 |
inc/testuserinputhandler.h \
|
|
44 |
../../viewinc/mpxvideoplaybackuserinputhandler.h
|
|
45 |
|
|
46 |
SOURCES += stub/src/mpxvideoviewwrapper.cpp \
|
|
47 |
stub/src/videobaseplaybackview.cpp \
|
|
48 |
stub/src/videoplaybackviewfiledetails.cpp \
|
|
49 |
stub/src/hal.cpp \
|
|
50 |
stub/src/centralrepository.cpp \
|
|
51 |
src/testuserinputhandler.cpp \
|
|
52 |
../../viewsrc/mpxvideoplaybackuserinputhandler.cpp
|