Ignore:
Timestamp:
Aug 10, 2011, 5:22:54 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Added support for .SYM file generation on OS/2.

This is done through the 'sym' CONFIG option which is on
by default if mapsym is found during configure.

File:
1 edited

Legend:

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

    r415 r954  
    22    build_pass|isEmpty(BUILDS) {
    33        QMAKE_LFLAGS += $$QMAKE_LFLAGS_MAP
    4         QMAKE_CLEAN += $(basename $(DESTDIR_TARGET)).map
     4        QMAKE_CLEAN += $$QMAKE_MAP_FILE
    55    }
    66}
Note: See TracChangeset for help on using the changeset viewer.