Changeset 1024


Ignore:
Timestamp:
Aug 25, 2011, 2:51:57 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2: Also copy .sym files to dlltarget.path on install.

The .sym files should be along with the .dlls being used to make
procdump work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/sym.prf

    r972 r1024  
    2525            INSTALLS += target_debuginfo
    2626        }
     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        }
    2735    }
    2836}
Note: See TracChangeset for help on using the changeset viewer.