40
|
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 |
TARGET = testvideosettingsgroup
|
|
18 |
TEMPLATE = app
|
|
19 |
|
|
20 |
DEPENDPATH += . \
|
|
21 |
inc \
|
|
22 |
src
|
|
23 |
|
49
|
24 |
INCLUDEPATH = inc \
|
|
25 |
stub/inc \
|
|
26 |
../../inc \
|
|
27 |
../../../mediasettingsengine/inc \
|
|
28 |
../../../../inc \
|
|
29 |
/epoc32/include \
|
|
30 |
/epoc32/include/stdapis \
|
|
31 |
/epoc32/include/stdapis/sys \
|
|
32 |
/epoc32/include/platform/mw \
|
|
33 |
/epoc32/include/platform \
|
|
34 |
/epoc32/include/platform/loc \
|
|
35 |
/epoc32/include/platform/mw/loc \
|
|
36 |
/epoc32/include/platform/loc/sc \
|
|
37 |
/epoc32/include/platform/mw/loc/sc \
|
|
38 |
/epoc32/include/mw/hb/hbcore \
|
|
39 |
/epoc32/include/mw/hb/hbwidgets \
|
|
40 |
/epoc32/include/mw/hb/hbutils \
|
|
41 |
/epoc32/include/stdapis/stlportv5 \
|
40
|
42 |
|
|
43 |
CONFIG += qtestlib \
|
|
44 |
Hb \
|
|
45 |
symbian_test
|
|
46 |
|
|
47 |
LIBS += -lcpframework \
|
|
48 |
-lxqutils.dll
|
|
49 |
|
|
50 |
# Input
|
|
51 |
HEADERS += inc/testvideosettingsgroup.h \
|
|
52 |
../../inc/videosettingsgroup.h \
|
|
53 |
stub/inc/mpsettingsmodel.h \
|
|
54 |
stub/inc/hbdataformmodel.h \
|
|
55 |
stub/inc/cpitemdatahelper.h \
|
|
56 |
stub/inc/hbvalidator.h \
|
|
57 |
stub/inc/hblineedit.h \
|
|
58 |
stub/inc/hbinputeditorinterface.h \
|
|
59 |
stub/inc/videosettingsaccesspointentry.h \
|
|
60 |
|
|
61 |
SOURCES += src/testvideosettingsgroup.cpp \
|
|
62 |
../../src/videosettingsgroup.cpp \
|
|
63 |
stub/src/mpsettingsmodel.cpp \
|
|
64 |
stub/src/hbdataformmodel.cpp \
|
|
65 |
stub/src/cpitemdatahelper.cpp \
|
|
66 |
stub/src/hbvalidator.cpp \
|
|
67 |
stub/src/hblineedit.cpp \
|
|
68 |
stub/src/hbinputeditorinterface.cpp \
|
|
69 |
stub/src/videosettingsaccesspointentry.cpp \
|
|
70 |
|
|
71 |
TARGET.CAPABILITY = All -Tcb
|
67
|
72 |
|
|
73 |
|
|
74 |
symbian:MMP_RULES += SMPSAFE
|