Changeset 910 for tests/process/process-sync
- Timestamp:
- Jul 25, 2011, 12:47:38 AM (14 years ago)
- Location:
- tests/process/process-sync
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/process-sync/process-sync.pro
r907 r910 2 2 include($$DEPTH/common.pri) 3 3 4 DESTDIR = $$OUT_PWD/..4 DESTDIR = .. 5 5 6 6 QT = core … … 8 8 SOURCES = process-sync.cpp 9 9 10 11 10 12 bigfile.target = $$DESTDIR/bigfile.txt 11 13 os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target} 12 14 13 sleep.target = $$DESTDIR/sleep.cmd14 os2:sleep.commands = $(COPY_FILE) $$fixSep($$PWD/../sleep.cmd) $$fixSep($${sleep.target})15 16 15 QMAKE_EXTRA_TARGETS += bigfile sleep 17 16 POST_TARGETDEPS = $${bigfile.target} $${sleep.target}
Note:
See TracChangeset
for help on using the changeset viewer.