Changeset 907 for tests/process
- Timestamp:
- Jul 24, 2011, 10:53:01 PM (14 years ago)
- Location:
- tests/process
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/process-async/process-async.pro
r904 r907 1 1 DEPTH = ../.. 2 2 include($$DEPTH/common.pri) 3 4 DESTDIR = $$OUT_PWD/.. 3 5 4 6 QT = core gui -
tests/process/process.pro
r904 r907 1 1 TEMPLATE = subdirs 2 SUBDIRS = process-async test 2 SUBDIRS = process-async test process-sync child -
tests/process/test/test.pro
r904 r907 1 1 DEPTH = ../.. 2 2 include($$DEPTH/common.pri) 3 4 DESTDIR = $$OUT_PWD/.. 3 5 4 6 QT =
Note:
See TracChangeset
for help on using the changeset viewer.