Changeset 416 for trunk/mkspecs
- Timestamp:
- Dec 10, 2009, 11:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/os2/exepack.prf
r400 r416 1 1 isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!") 2 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 } 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 } 8 10 }
Note:
See TracChangeset
for help on using the changeset viewer.