source: tests/process/process-sync/process-sync.pro@ 907

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 
1DEPTH = ../..
2include($$DEPTH/common.pri)
3
4DESTDIR = $$OUT_PWD/..
5
6QT = core
7
8SOURCES = process-sync.cpp
9
10bigfile.target = $$DESTDIR/bigfile.txt
11os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
12
13sleep.target = $$DESTDIR/sleep.cmd
14os2:sleep.commands = $(COPY_FILE) $$fixSep($$PWD/../sleep.cmd) $$fixSep($${sleep.target})
15
16QMAKE_EXTRA_TARGETS += bigfile sleep
17POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
Note: See TracBrowser for help on using the repository browser.