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