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/default_post.prf

    r958 r1025  
     1contains(TEMPLATE, ".*app"):CONFIG += exe_or_dll
     2contains(TEMPLATE, ".*lib"):dll:CONFIG += exe_or_dll
     3
    14!CONFIG(windows):!CONFIG(console) {
    25    CONFIG(release, debug|release):CONFIG(qt):contains(QT, gui) {
Note: See TracChangeset for help on using the changeset viewer.