equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 |
|
3 SOURCES += ../tst_qapplication.cpp |
|
4 TARGET = ../tst_qapplication |
|
5 |
|
6 wince* { |
|
7 additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe |
|
8 additional.path = desktopsettingsaware |
|
9 someTest.sources = test.pro |
|
10 someTest.path = test |
|
11 DEPLOYMENT = additional deploy someTest |
|
12 } |
|
13 |
|
14 symbian*: { |
|
15 additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe |
|
16 additional.path = desktopsettingsaware |
|
17 someTest.sources = test.pro |
|
18 someTest.path = test |
|
19 DEPLOYMENT = additional deploy someTest |
|
20 } |
|
21 |
|
22 win32 { |
|
23 CONFIG(debug, debug|release) { |
|
24 TARGET = ../../debug/tst_qapplication |
|
25 } else { |
|
26 TARGET = ../../release/tst_qapplication |
|
27 } |
|
28 } |
|
29 |
|
30 |