Changeset 920 for tests/common.pri


Ignore:
Timestamp:
Jul 31, 2011, 10:16:23 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Made it build on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/common.pri

    r910 r920  
    1 isEmpty(DEPTH):error("DEPTH is not set before including common.pri!")
     1isEmpty(DEPTH):error("DEPTH must be set before including common.pri \
     2                      so that it leads to test's root dir.")
    23
    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
     6unix:DESTDIR = $$DEPTH/.bin
     7else:DESTDIR = $$DEPTH
    48
    59!build_pass: {
Note: See TracChangeset for help on using the changeset viewer.