Last change
on this file since 907 was 907, checked in by Dmitry A. Kuminov, 14 years ago |
tests: Added process/process-sync test case.
|
-
Property svn:eol-style
set to
native
|
File size:
459 bytes
|
Line | |
---|
1 | DEPTH = ../..
|
---|
2 | include($$DEPTH/common.pri)
|
---|
3 |
|
---|
4 | DESTDIR = $$OUT_PWD/..
|
---|
5 |
|
---|
6 | QT = core
|
---|
7 |
|
---|
8 | SOURCES = process-sync.cpp
|
---|
9 |
|
---|
10 | bigfile.target = $$DESTDIR/bigfile.txt
|
---|
11 | os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
|
---|
12 |
|
---|
13 | sleep.target = $$DESTDIR/sleep.cmd
|
---|
14 | os2:sleep.commands = $(COPY_FILE) $$fixSep($$PWD/../sleep.cmd) $$fixSep($${sleep.target})
|
---|
15 |
|
---|
16 | QMAKE_EXTRA_TARGETS += bigfile sleep
|
---|
17 | POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.