Last change
on this file since 416 was 416, checked in by Dmitry A. Kuminov, 15 years ago |
qmake/os2-g++: Do not use EXEPACK tool on static libraries (closes #112).
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision Author Id
|
File size:
403 bytes
|
Rev | Line | |
---|
[313] | 1 | isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
|
---|
| 2 |
|
---|
[416] | 3 | contains(TEMPLATE, ".*app")|dll {
|
---|
| 4 | build_pass|isEmpty(BUILDS) {
|
---|
| 5 | CONFIG(release, debug|release) {
|
---|
| 6 | !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK += $$escape_expand(\n\t)
|
---|
| 7 | QMAKE_POST_LINK += $$QMAKE_EXEPACK $$QMAKE_EXEPACK_FLAGS $@ $$QMAKE_EXEPACK_POST_FLAGS
|
---|
| 8 | }
|
---|
| 9 | }
|
---|
[313] | 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.