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

Last change on this file since 321 was 313, checked in by Dmitry A. Kuminov, 16 years ago

qmake: Added 'exepack' CONFIG option that adds an additional link step to pack generated executables and DLLs. 'exepack' is enabled by default for release builds if lixlite.cmd or lxlite.exe is present in PATH during configure.cmd invocation.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 308 bytes
Line 
1isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
2
3build_pass {
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.