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

Last change on this file since 924 was 920, checked in by Dmitry A. Kuminov, 14 years ago

tests: Made it build on Linux.

  • Property svn:eol-style set to native
File size: 364 bytes
RevLine 
[920]1DEPTH = ..
2include(../$$DEPTH/common.pri)
[907]3
4QT = core
5
6SOURCES = process-sync.cpp
7
[920]8os2 {
9 FILES = process-sync-test.cmd process-sync-helper.cmd
[910]10
[920]11 bigfile.target = $$DESTDIR/bigfile.txt
12 bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target}
13 QMAKE_EXTRA_TARGETS += bigfile
14 POST_TARGETDEPS = $${bigfile.target}
15}
Note: See TracBrowser for help on using the repository browser.