Last change
on this file since 1025 was 1025, checked in by Dmitry A. Kuminov, 14 years ago |
mkspecs/os2: Don't deal with .sym files in subdirs targets.
This could in particular break the install targets due to missing .sym files.
Happened because qmake incorrectly interpreted subdirs as if they were
dll targets in some places.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Date Revision Author Id
|
File size:
384 bytes
|
Line | |
---|
1 | isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
|
---|
2 |
|
---|
3 | exe_or_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 | }
|
---|
10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.