source: tests/common.pri@ 460

Last change on this file since 460 was 328, checked in by Dmitry A. Kuminov, 16 years ago

tests: Support RUN_SHELL qmake variable for overriding the shell for debug-run and release-run targets (defaults to $(RUN_SHELL)).

File size: 1.2 KB
RevLine 
[205]1isEmpty(DEPTH):DEPTH = .
2
[209]3os2:PLATFORM = os2
4else:win32:PLATFORM = win
5else:x11:PLATFORM = x11
[303]6else: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)
10debug_and_release:OUTPATH_SUFFIX = -debug
11else:OUTPATH_SUFFIX =
12