Changeset 907 for tests/common.pri
- Timestamp:
- Jul 24, 2011, 10:53:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/common.pri
r904 r907 1 1 isEmpty(DEPTH):error("DEPTH is not set before including common.pri!") 2 2 3 DESTDIR = $$OUT_PWD/ $$DEPTH/.3 DESTDIR = $$OUT_PWD/. 4 4 5 5 !build_pass: { … … 50 50 CONFIG *= console 51 51 } 52 53 defineReplace(fixSep) { 54 win32|os2 { 55 1 = $$replace(1,/,\\) 56 } 57 return($$1) 58 }
Note:
See TracChangeset
for help on using the changeset viewer.