|
Last change
on this file since 415 was 400, checked in by Dmitry A. Kuminov, 16 years ago |
|
mkspecs/features/os2: In single build mode, build_pass is always undefined. Use BUILDS to filter out this case.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision Author Id
|
|
File size:
324 bytes
|
| Line | |
|---|
| 1 | isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
|
|---|
| 2 |
|
|---|
| 3 | build_pass|isEmpty(BUILDS) {
|
|---|
| 4 | CONFIG(release, debug|release) {
|
|---|
| 5 | !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK += $$escape_expand(\n\t)
|
|---|
| 6 | QMAKE_POST_LINK += $$QMAKE_EXEPACK $$QMAKE_EXEPACK_FLAGS $@ $$QMAKE_EXEPACK_POST_FLAGS
|
|---|
| 7 | }
|
|---|
| 8 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.