source: trunk/mkspecs/features/os2/exepack.prf@ 1036

Last change on this file since 1036 was 1029, checked in by Dmitry A. Kuminov, 14 years ago

mkspecs/os2: Better replacement for r1025.

The original change breaks the build.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 465 bytes
Line 
1isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
2
3contains(TEMPLATE, ".*lib"):dll|contains(TEMPLATE, ".*app") {
4 build_pass|isEmpty(BUILDS) {
5 CONFIG(release, debug|release) {
6 !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK = $$QMAKE_POST_LINK$$escape_expand(\\n\\t)
7 QMAKE_POST_LINK = $$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.