Changeset 963 for trunk/mkspecs


Ignore:
Timestamp:
Aug 11, 2011, 2:13:27 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: gnumake/os2: Install .sym file along with target by default.

This may be disabled by putting 'no_install_debuginfo' to CONFIG.

File:
1 edited

Legend:

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

    r954 r963  
    1313        QMAKE_CLEAN += $$make_sym.target
    1414        QMAKE_EXTRA_TARGETS += make_sym
     15
     16        contains(INSTALLS, target):!contains(CONFIG, no_install_debuginfo) {
     17            target_debuginfo.path = $$target.path
     18            target_debuginfo.files = $$QMAKE_SYM_FILE
     19            target_debuginfo.CONFIG += data no_check_exist no_vpath no_fixify
     20            INSTALLS += target_debuginfo
     21        }
    1522    }
    1623}
Note: See TracChangeset for help on using the changeset viewer.