Changeset 907 for tests/common.pri


Ignore:
Timestamp:
Jul 24, 2011, 10:53:01 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests: Added process/process-sync test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/common.pri

    r904 r907  
    11isEmpty(DEPTH):error("DEPTH is not set before including common.pri!")
    22
    3 DESTDIR = $$OUT_PWD/$$DEPTH/.
     3DESTDIR = $$OUT_PWD/.
    44
    55!build_pass: {
     
    5050    CONFIG *= console
    5151}       
     52
     53defineReplace(fixSep) {
     54    win32|os2 {
     55        1 = $$replace(1,/,\\)
     56    }
     57    return($$1)
     58}
Note: See TracChangeset for help on using the changeset viewer.