Changeset 1024
- Timestamp:
- Aug 25, 2011, 2:51:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mkspecs/features/os2/sym.prf
r972 r1024 25 25 INSTALLS += target_debuginfo 26 26 } 27 28 # also install .sym file to dlltarget.path 29 contains(INSTALLS, dlltarget):!contains(CONFIG, no_install_debuginfo) { 30 dlltarget_debuginfo.path = $$dlltarget.path 31 dlltarget_debuginfo.files = $$QMAKE_SYM_FILE 32 dlltarget_debuginfo.CONFIG += data no_check_exist no_vpath no_fixify 33 INSTALLS += dlltarget_debuginfo 34 } 27 35 } 28 36 }
Note:
See TracChangeset
for help on using the changeset viewer.