47
|
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 |
CONFIG += qtestlib hb symbian_test
|
|
19 |
TARGET = unittest_mpmediawallview
|
|
20 |
TARGET.CAPABILITY = CAP_APPLICATION
|
|
21 |
|
|
22 |
DEPENDPATH += .
|
|
23 |
INCLUDEPATH += ./stub/inc \
|
|
24 |
../../inc \
|
|
25 |
../../../../inc
|
|
26 |
|
|
27 |
|
|
28 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
29 |
INCLUDEPATH += $$MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets)
|
|
30 |
|
|
31 |
LIBS += -lmpxviewframeworkqt.dll \
|
|
32 |
-lmpsettingsmanager.dll
|
|
33 |
|
|
34 |
|
|
35 |
# Input
|
|
36 |
HEADERS += inc/unittest_mpmediawallview.h \
|
55
|
37 |
../../inc/mpmediawallview.h \
|
47
|
38 |
../../../../inc/mpviewbase.h \
|
|
39 |
stub/inc/hgmediawall.h \
|
55
|
40 |
stub/inc/mpengine.h \
|
|
41 |
stub/inc/mpenginefactory.h \
|
|
42 |
stub/inc/mpmpxcollectiondata.h \
|
|
43 |
stub/inc/mpcollectiondatamodel.h \
|
|
44 |
stub/inc/mpplaybackdata.h \
|
|
45 |
stub/inc/mpalbumcoverwidget.h \
|
|
46 |
stub/inc/mpmediawalldocumentloader.h \
|
|
47 |
stub/inc/mptracklistwidget.h \
|
|
48 |
stub/inc/mpcollectiontbonelistdatamodel.h \
|
|
49 |
stub/inc/hbmessagebox.h
|
47
|
50 |
|
55
|
51 |
SOURCES += src/unittest_mpmediawallview.cpp \
|
|
52 |
stub/src/hgmediawall.cpp \
|
|
53 |
stub/src/mpengine.cpp \
|
|
54 |
stub/src/mpenginefactory.cpp \
|
|
55 |
stub/src/mpmpxcollectiondata.cpp \
|
|
56 |
stub/src/mpcollectiondatamodel.cpp \
|
|
57 |
stub/src/mpplaybackdata.cpp \
|
|
58 |
stub/src/mpalbumcoverwidget.cpp \
|
|
59 |
stub/src/mpmediawalldocumentloader.cpp \
|
|
60 |
stub/src/mptracklistwidget.cpp \
|
|
61 |
stub/src/mpcollectiontbonelistdatamodel.cpp
|
47
|
62 |
|
|
63 |
|
|
64 |
RESOURCES += ../../resources/mpmediawallviewresources.qrc
|