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

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

mkspecs/os2: Don't deal with .sym files in subdirs targets.

This could in particular break the install targets due to missing .sym files.
Happened because qmake incorrectly interpreted subdirs as if they were
dll targets in some places.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 138 bytes
Line 
1exe_or_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.