Changeset 907
- Timestamp:
- Jul 24, 2011, 10:53:01 PM (14 years ago)
- Location:
- tests
- Files:
-
- 8 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r904 r907 1 1 isEmpty(DEPTH):error("DEPTH is not set before including common.pri!") 2 2 3 DESTDIR = $$OUT_PWD/ $$DEPTH/.3 DESTDIR = $$OUT_PWD/. 4 4 5 5 !build_pass: { … … 50 50 CONFIG *= console 51 51 } 52 53 54 55 56 57 58 -
tests/process/process-async/process-async.pro
r904 r907 1 1 DEPTH = ../.. 2 2 include($$DEPTH/common.pri) 3 4 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 -
tests/process/test/test.pro
r904 r907 1 1 DEPTH = ../.. 2 2 include($$DEPTH/common.pri) 3 4 3 5 4 6 QT =
Note:
See TracChangeset
for help on using the changeset viewer.