source: trunk/mkspecs/features/os2/map.prf@ 957

Last change on this file since 957 was 954, checked in by Dmitry A. Kuminov, 14 years ago

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.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 159 bytes
Line 
1contains(TEMPLATE, ".*app")|dll {
2 build_pass|isEmpty(BUILDS) {
3 QMAKE_LFLAGS += $$QMAKE_LFLAGS_MAP
4 QMAKE_CLEAN += $$QMAKE_MAP_FILE
5 }
6}
Note: See TracBrowser for help on using the repository browser.