source:
tests/common.pri@
460
Last change on this file since 460 was 328, checked in by , 16 years ago | |
---|---|
File size: 1.2 KB |
Rev | Line | |
---|---|---|
[205] | 1 | isEmpty(DEPTH):DEPTH = . |
2 | ||
[209] | 3 | os2:PLATFORM = os2 |
4 | else:win32:PLATFORM = win | |
5 | else:x11:PLATFORM = x11 | |
[303] | 6 | else:PLATFORM = unknown |
[209] | 7 | |
8 | # in debug_and_release, we need a -debug or -release suffix to get separate | |
9 | # output paths (it will be replaced with the correct one at runtime) | |
10 | debug_and_release:OUTPATH_SUFFIX = -debug | |
11 | else:OUTPATH_SUFFIX = | |
12 | ||