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: |
|
15 # |
|
16 |
|
17 TEMPLATE = app |
|
18 |
|
19 TARGET = |
|
20 |
|
21 DEPENDPATH += . \ |
|
22 inc \ |
|
23 src \ |
|
24 ../../../tsrc/stubs |
|
25 |
|
26 INCLUDEPATH += . \ |
|
27 inc \ |
|
28 ../../../tsrc/stubs/inc \ |
|
29 \ # keep these at bottom so that stubbed headers are taken first |
|
30 ../../../inc \ |
|
31 ../../../videocollectionview/inc \ |
|
32 ../../../videocollectionwrapper/inc \ |
|
33 ../../../../inc \ |
|
34 ../../../../videoplayerapp/videoplayerengine/inc |
|
35 |
|
36 HEADERS += inc/testhintwidget.h \ |
|
37 \ # headers needed in test |
|
38 ../../../videocollectionview/inc/videohintwidget.h \ |
|
39 |
|
40 SOURCES += src/testhintwidget.cpp \ |
|
41 \ # sources needed in test |
|
42 ../../../videocollectionview/src/videohintwidget.cpp \ |
|
43 |
|
44 TESTEDCLASS = videohintwidget |
|
45 include(../../../tsrc/stubs/stubs.pro) |
|
46 |
|
47 RESOURCES += ../../data/videocollectionview.qrc |