0e51ed04598123cc5fb2d8b0e6d29726a134bdf0
[profile/ivi/qtbase.git] / tests / auto / gui / util / qdesktopservices / qdesktopservices.pro
1 CONFIG += qttest_p4
2 QT += widgets
3
4 SOURCES         += tst_qdesktopservices.cpp
5 TARGET          = tst_qdesktopservices
6 symbian: {
7    dummy.files = text\\testfile.txt
8    dummy.path = .
9
10    text.files = text\\*
11    text.path = \\data\\others
12
13    image.files = image\\*
14    image.path = \\data\\images
15
16    audio.files = audio\\*
17    audio.path = \\data\\sounds
18
19    video.files = video\\*
20    video.path = \\data\\videos
21
22    install.files = install\\*
23    install.path = \\data\\installs
24
25    DEPLOYMENT += image audio video install
26
27    # These are only needed for manual tests
28    #DEPLOYMENT += dummy text
29    }
30