Ignore:
Timestamp:
Aug 25, 2011, 2:55:45 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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.

File:
1 edited

Legend:

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

    r1024 r1025  
    11isEmpty(QMAKE_MAPSYM):error("'sym' is present in CONFIG but QMAKE_MAPSYM is not defined!")
    22
    3 contains(TEMPLATE, ".*app")|dll {
     3exe_or_dll {
    44    build_pass|isEmpty(BUILDS) {
    55        !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK += $$escape_expand(\\n\\t)
Note: See TracChangeset for help on using the changeset viewer.