Changeset 968
- Timestamp:
- Aug 11, 2011, 9:08:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/os2/sym.prf
r963 r968 8 8 !contains(CONFIG, map) { 9 9 QMAKE_LFLAGS += $$QMAKE_LFLAGS_MAP # from map.prf 10 make_sym.commands = $${make_sym.commands}&& $(DEL_FILE) $$QMAKE_MAP_FILE 10 make_sym.commands = $${make_sym.commands}$$escape_expand(\\n\\t)\ 11 $(DEL_FILE) $$QMAKE_MAP_FILE 11 12 } 12 13 ALL_DEPS += $$make_sym.target … … 14 15 QMAKE_EXTRA_TARGETS += make_sym 15 16 17 # also copy .sym file to DLLDESTDIR (as Win32MakefileGenerator does for .dll) 18 !isEmpty(DLLDESTDIR) { 19 for(d, DLLDESTDIR) { 20 make_sym.commands = $${make_sym.commands}$$escape_expand(\\n\\t)\ 21 -$(COPY_FILE) $$QMAKE_SYM_FILE $$fixpath_target($$d) 22 } 23 } 24 25 # also install .sym file to target.path 16 26 contains(INSTALLS, target):!contains(CONFIG, no_install_debuginfo) { 17 27 target_debuginfo.path = $$target.path
Note:
See TracChangeset
for help on using the changeset viewer.