Last change
on this file since 208 was 205, checked in by Dmitry A. Kuminov, 16 years ago |
Added process testcase.
|
File size:
519 bytes
|
Rev | Line | |
---|
[205] | 1 | isEmpty(DEPTH):DEPTH = .
|
---|
| 2 | os2:OBJECTS_DIR = $$DEPTH/obj/os2
|
---|
| 3 | win32:OBJECTS_DIR = $$DEPTH/obj/win
|
---|
| 4 | x11:OBJECTS_DIR = $$DEPTH/obj/x11
|
---|
| 5 |
|
---|
| 6 | MOC_DIR = $$OBJECTS_DIR
|
---|
| 7 | DESTDIR = $$OBJECTS_DIR
|
---|
| 8 |
|
---|
| 9 | QMAKE_DIR_REPLACE = OBJECTS_DIR MOC_DIR RCC_DIR target.path
|
---|
| 10 |
|
---|
| 11 | #release {
|
---|
| 12 | # os2:target.path = $$DEPTH/bin/os2-release
|
---|
| 13 | # win32:target.path = $$DEPTH/bin/os2-release
|
---|
| 14 | # x11:target.path = $$DEPTH/bin/os2-release
|
---|
| 15 |
|
---|
| 16 | os2:target.path = $$DEPTH/bin/os2
|
---|
| 17 | win32:target.path = $$DEPTH/bin/win
|
---|
| 18 | x11:target.path = $$DEPTH/bin/x11
|
---|
| 19 |
|
---|
| 20 | INSTALLS += target
|
---|
Note:
See
TracBrowser
for help on using the repository browser.