changeset 0 | 1918ee327afb |
child 3 | 41300fa6a67c |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 load(qttest_p4) |
|
2 SOURCES += ../tst_qclipboard.cpp |
|
3 TARGET = ../tst_qclipboard |
|
4 |
|
5 win32 { |
|
6 CONFIG(debug, debug|release) { |
|
7 TARGET = ../../debug/tst_qclipboard |
|
8 } else { |
|
9 TARGET = ../../release/tst_qclipboard |
|
10 } |
|
11 } |
|
12 |
|
13 wince*|symbian*: { |
|
14 copier.sources = ../copier/copier.exe |
|
15 copier.path = copier |
|
16 paster.sources = ../paster/paster.exe |
|
17 paster.path = paster |
|
18 DEPLOYMENT = copier paster |
|
19 } |