DEPTH = ../.. include($$DEPTH/common.pri) DESTDIR = $$OUT_PWD/.. QT = core SOURCES = process-sync.cpp bigfile.target = $$DESTDIR/bigfile.txt os2:bigfile.commands = $$PWD/../mkbigfile.cmd 1500000 $$PWD/process-sync.cpp $${bigfile.target} sleep.target = $$DESTDIR/sleep.cmd os2:sleep.commands = $(COPY_FILE) $$fixSep($$PWD/../sleep.cmd) $$fixSep($${sleep.target}) QMAKE_EXTRA_TARGETS += bigfile sleep POST_TARGETDEPS = $${bigfile.target} $${sleep.target}