Changeset 968


Ignore:
Timestamp:
Aug 11, 2011, 9:08:20 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: gnumake/os2: Copy .sym files to DLLDESTDIR.

The DLLDESTDIR, when present, usually defines the place where
DLLs will be loaded from by the OS. Having .sym files there is very
useful since the debugging tools will be able to automatically find
them.

File:
1 edited

Legend:

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

    r963 r968  
    88        !contains(CONFIG, map) {
    99            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
    1112        }
    1213        ALL_DEPS += $$make_sym.target
     
    1415        QMAKE_EXTRA_TARGETS += make_sym
    1516
     17
     18
     19
     20
     21
     22
     23
     24
     25
    1626        contains(INSTALLS, target):!contains(CONFIG, no_install_debuginfo) {
    1727            target_debuginfo.path = $$target.path
Note: See TracChangeset for help on using the changeset viewer.