videoplayback/videoplaybackview/tsrc/testvideoplaybackview/testvideoplaybackview.pro
equal
deleted
inserted
replaced
|
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 # Version : %version: 11 % |
|
18 |
|
19 TEMPLATE = app |
|
20 TARGET = testvideoplaybackview |
|
21 CONFIG += qtestlib hb qt |
|
22 DEFINES += BUILD_VIDEOPLAYBACK_DLL |
|
23 |
|
24 DEPENDPATH += . inc src stub/src stub/inc |
|
25 |
|
26 INCLUDEPATH += stub/inc \ |
|
27 ../../inc \ |
|
28 ../../../../inc \ |
|
29 ../../controlinc \ |
|
30 |
|
31 LIBS += -lcone.dll \ |
|
32 -lcommonengine.dll \ |
|
33 -lflogger.dll |
|
34 |
|
35 # Input |
|
36 HEADERS += mpxvideoviewwrapper.h \ |
|
37 testvideoplaybackview.h \ |
|
38 ../../../inc/videobaseplaybackview.h \ |
|
39 ../../../inc/videoplaybackview.h \ |
|
40 videoplaybackviewfiledetails.h \ |
|
41 hbtapgesture.h \ |
|
42 hbpangesture.h \ |
|
43 videoactivitystate.h |
|
44 |
|
45 SOURCES += mpxvideoviewwrapper.cpp \ |
|
46 testvideoplaybackview.cpp \ |
|
47 ../../viewsrc/videobaseplaybackview.cpp \ |
|
48 ../../viewsrc/videoplaybackview.cpp \ |
|
49 ../../viewsrc/videoplaybackviewfiledetails.cpp \ |
|
50 hbtapgesture.cpp \ |
|
51 hbpangesture.cpp \ |
|
52 videoactivitystate.cpp |