Changeset 920 for tests/common.pri
- Timestamp:
- Jul 31, 2011, 10:16:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r910 r920 1 isEmpty(DEPTH):error("DEPTH is not set before including common.pri!") 1 isEmpty(DEPTH):error("DEPTH must be set before including common.pri \ 2 so that it leads to test's root dir.") 2 3 3 DESTDIR = . 4 # on Unix exes have no extension so we need to put them to a subdir 5 # to avoid clashes with the possible subtest's directories 6 unix:DESTDIR = $$DEPTH/.bin 7 else:DESTDIR = $$DEPTH 4 8 5 9 !build_pass: {
Note:
See TracChangeset
for help on using the changeset viewer.