equal
deleted
inserted
replaced
|
1 CONFIG += qttest_p4 |
|
2 |
|
3 SOURCES += tst_qdesktopservices.cpp |
|
4 TARGET = tst_qdesktopservices |
|
5 symbian: { |
|
6 dummy.sources = text\testfile.txt |
|
7 dummy.path = . |
|
8 |
|
9 text.sources = text\* |
|
10 text.path = \data\others\ |
|
11 |
|
12 image.sources = image\* |
|
13 image.path = \data\images\ |
|
14 |
|
15 audio.sources = audio\* |
|
16 audio.path = \data\sounds\ |
|
17 |
|
18 video.sources = video\* |
|
19 video.path = \data\videos\ |
|
20 |
|
21 install.sources = install\* |
|
22 install.path = \data\installs\ |
|
23 |
|
24 DEPLOYMENT += image audio video install |
|
25 |
|
26 # These are only needed for manual tests |
|
27 #DEPLOYMENT += dummy text |
|
28 } |
|
29 |