Changeset 910
- Timestamp:
- Jul 25, 2011, 12:47:38 AM (14 years ago)
- Location:
- tests
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r907 r910 1 1 isEmpty(DEPTH):error("DEPTH is not set before including common.pri!") 2 2 3 DESTDIR = $$OUT_PWD/.3 DESTDIR = . 4 4 5 5 !build_pass: { … … 57 57 return($$1) 58 58 } 59 60 61 62 63 64 65 66 67 68 69 70 71 -
tests/process/child/child.pro
r907 r910 2 2 include($$DEPTH/common.pri) 3 3 4 DESTDIR = $$OUT_PWD/..4 DESTDIR = .. 5 5 6 6 QT = -
tests/process/process-async/process-async.pro
r907 r910 2 2 include($$DEPTH/common.pri) 3 3 4 DESTDIR = $$OUT_PWD/..4 DESTDIR = .. 5 5 6 6 QT = core gui -
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} -
tests/process/test/test.pro
r907 r910 2 2 include($$DEPTH/common.pri) 3 3 4 DESTDIR = $$OUT_PWD/..4 DESTDIR = .. 5 5 6 6 QT =
Note:
See TracChangeset
for help on using the changeset viewer.