35
|
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 |
#
|
36
|
14 |
# Description:
|
35
|
15 |
#
|
|
16 |
TEMPLATE = app
|
|
17 |
CONFIG += qtestlib \
|
|
18 |
symbian_test \
|
36
|
19 |
hb \
|
|
20 |
mobility
|
35
|
21 |
|
|
22 |
QT += webkit \
|
|
23 |
network \
|
|
24 |
xml
|
|
25 |
|
36
|
26 |
MOBILITY += bearer systeminfo
|
|
27 |
|
35
|
28 |
TARGET = unittest_mpdetailssharedialog
|
36
|
29 |
|
|
30 |
TARGET.CAPABILITY = All -TCB
|
|
31 |
|
35
|
32 |
DEPENDPATH += .
|
|
33 |
INCLUDEPATH += ./inc \
|
|
34 |
./stub/inc \
|
|
35 |
../../inc \
|
|
36 |
../../../../inc
|
|
37 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
38 |
|
36
|
39 |
DEFINES += SHARE_FUNC_ENABLED SHARE_PLAYER_RND
|
35
|
40 |
|
|
41 |
# Input
|
|
42 |
HEADERS += inc/unittest_mpdetailssharedialog.h \
|
|
43 |
../../inc/mpdetailssharedialog.h \
|
|
44 |
../../inc/mpsharedata.h \
|
36
|
45 |
stub/inc/mpsongdata.h \
|
|
46 |
stub/inc/hbmessagebox.h
|
|
47 |
win32:{
|
|
48 |
HEADERS += stub/inc/qsysteminfo.h
|
|
49 |
}
|
35
|
50 |
SOURCES += src/unittest_mpdetailssharedialog.cpp \
|
|
51 |
../../src/mpdetailssharedialog.cpp \
|
|
52 |
../../src/mpsharedata.cpp \
|
36
|
53 |
stub/src/mpsongdata.cpp \
|
|
54 |
stub/src/hbmessagebox.cpp
|
|
55 |
|
|
56 |
win32:{
|
|
57 |
SOURCES += stub/src/qsysteminfo.cpp
|
|
58 |
}
|